forked from bestiejs/platform.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 1.02 KB
/
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
26
27
28
{
"name": "platform",
"version": "1.3.5",
"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://demoneaux.github.io/)",
"contributors": [
"Benjamin Tan <[email protected]> (https://demoneaux.github.io/)",
"John-David Dalton <[email protected]> (http://allyoucanleet.com/)",
"Mathias Bynens <[email protected]> (https://mathiasbynens.be/)"
],
"repository": "bestiejs/platform.js",
"scripts": {
"doc": "docdown platform.js doc/README.md style=github title=\"Platform.js <sup>v${npm_package_version}</sup>\" toc=properties url=https://github.com/bestiejs/platform.js/blob/${npm_package_version}/platform.js",
"test": "node test/test"
},
"devDependencies": {
"docdown": "~0.7.2",
"qunit-extras": "^1.5.0",
"qunitjs": "^1.23.1",
"requirejs": "^2.3.3"
},
"files": [
"platform.js"
]
}