forked from BetterJS/badjs-report
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.24 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "badjs-report",
"version": "1.3.3",
"main": "dist/bj-report-tryjs.js",
"description": "client report",
"homepage": "https://github.com/BetterJS/badjs-report",
"scripts": {
"test": "grunt dist"
},
"author": [{
"name": "yorts52",
"email": "yorts52@qq.com"
}, {
"name": "chriscai",
"email": "caihuijigood@gmail.com"
}],
"repository": {
"url": "https://github.com/BetterJS/badjs-report.git"
},
"bugs": "https://github.com/BetterJS/badjs-report.git/issues",
"license": "MIT",
"keywords": ["BetterJS", "badjs", "report"],
"devDependencies": {
"grunt": "0.4.5",
"mocha": "~1.9",
"chai": "~1.4.0",
"grunt-mocha": "0.3",
"requirejs": "^2.1.14",
"jquery": "*",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jshint": "~0.6.2",
"grunt-contrib-uglify": "^0.5.1",
"grunt-contrib-concat": "~0.5.1"
},
"lego": {
"category": "35",
"categoryName": "基础框架",
"main": "./dist/bj-report-tryjs.js",
"dependencies": {},
"devDependencies": {}
}
}