-
Notifications
You must be signed in to change notification settings - Fork 211
/
package.json
29 lines (29 loc) · 862 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
29
{
"name": "Detect.js",
"version": "2.2.2",
"author": "Darcy Clarke",
"license": "Dual licensed under the MIT and GPL licenses.",
"description": "JS Library to detect browser, os and device based on the UserAgent String",
"main": "detect.js",
"scripts": {
"start": "node build/build.js --input build/detect.js --output detect.js --package package.json && node build/build.js --input build/detect.js --output detect.min.js --minify --package package.json && node scripts/update_readme_version.js README.md"
},
"repository": {
"type": "git",
"url": "https://github.com/darcyclarke/Detect.js"
},
"keywords": [
"detect",
"user-agent",
"parse",
"parsing",
"useragent",
"detection"
],
"devDependencies": {
"optimist": "~0.6",
"uglify-js": "~3.4",
"yamlparser": ">=0.0.2",
"mocha": "*"
}
}