-
Notifications
You must be signed in to change notification settings - Fork 163
/
package.json
44 lines (44 loc) · 972 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "detector",
"version": "2.0.1",
"description": "客户端信息识别模块",
"homepage": "http://spmjs.io/docs/detector/",
"author": "冒顿 <[email protected]>",
"maintainers": [
"冒顿 <[email protected]>"
],
"main": "detector.js",
"bin": {
"detector": "./bin/detector"
},
"scripts": {
"test": "make test"
},
"keywords": ["utility", "userAgent"],
"repository": {
"type": "git",
"url": "https://github.com/aralejs/detector.git"
},
"bugs": {
"url": "https://github.com/aralejs/detector/issues"
},
"license": "MIT",
"spm": {
"main": "detector.js",
"devDependencies": {
"jquery": "1.7.2",
"expect.js": "0.3.1"
},
"tests": "tests/*-spec.js"
},
"dependencies": {
"commander": "~1.1.1",
"colors": "0.6.2"
},
"devDependencies": {
"expect.js": "0.3.1",
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-watch": "0.6.0"
}
}