forked from bestiejs/platform.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
25 lines (25 loc) · 869 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "platform",
"version": "1.3.1",
"description": "A platform detection library that works on nearly all JavaScript platforms.",
"license": "MIT",
"main": "platform.js",
"keywords": "environment, platform, ua, useragent",
"author": "Benjamin Tan <[email protected]> (https://d10.github.io/)",
"contributors": [
"Benjamin Tan <[email protected]> (https://d10.github.io/)",
"John-David Dalton <[email protected]> (http://allyoucanleet.com/)",
"Mathias Bynens <[email protected]> (https://mathiasbynens.be/)"
],
"repository": "bestiejs/platform.js",
"scripts": { "test": "echo \"See the repository CONTRIBUTING.md for testing instructions.\"" },
"devDependencies": {
"docdown": "~0.4.1",
"qunit-extras": "^1.5.0",
"qunitjs": "~1.22.0",
"requirejs": "^2.1.22"
},
"files": [
"platform.js"
]
}