forked from bestiejs/platform.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
24 lines (24 loc) · 843 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
{
"name": "platform",
"version": "1.3.0",
"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": {
"qunit-extras": "~1.4.0",
"qunitjs": "~1.18.0",
"requirejs": "~2.1.0"
},
"files": [
"platform.js"
]
}