forked from saijs/sai.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 937 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
{
"name": "sai",
"version": "3.0.0",
"description": "通用前端监控脚本",
"homepage": "https://github.com/saijs/sai.js",
"author": "闲耘 <[email protected]>",
"maintainers": [
"闲耘 <[email protected]>"
],
"repository": {
"type": "git",
"url": "https://github.com/saijs/sai.js.git"
},
"bugs": "https://github.com/saijs/sai.js/issues",
"keywords": ["monitor", "error", "exception"],
"devDependencies": {
"gulp": "3.8.6",
"gulp-uglify": "0.3.1",
"gulp-jsbeautify": "0.1.1",
"gulp-concat": "2.3.3",
"gulp-replace": "0.4.0",
"gulp-zip": "0.4.0",
"del": "0.1.1"
},
"licenses": "MIT",
"spm": {
"main": "sai.js",
"dependencies": {
"detector": "2.0.1",
"evt": "0.2.2"
},
"devDependencies": {
"jquery": "1.7.2",
"imagic": "1.1.0",
"url": "1.2.0",
"expect.js": "0.3.1"
},
"tests": "tests/*-spec.js"
}
}