forked from bestiejs/platform.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 915 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
26
27
28
{
"name": "platform",
"version": "1.0.0",
"description": "A platform detection library that works on nearly all JavaScript platforms.",
"homepage": "https://github.com/bestiejs/platform.js",
"license": "MIT",
"main": "platform.js",
"keywords": ["environment", "platform", "ua", "useragent"],
"author": "John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)",
"contributors": [
"John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)",
"Mathias Bynens <mathias@qiwi.be> (http://mathiasbynens.be/)"
],
"bugs": "https://github.com/bestiejs/platform.js/issues",
"repository": { "type": "git", "url": "https://github.com/bestiejs/platform.js.git" },
"engines": ["node", "rhino"],
"files": [
"LICENSE.txt",
"platform.js"
],
"jam": {
"main": "platform.js",
"include": [
"LICENSE.txt",
"platform.js"
]
}
}