-
Notifications
You must be signed in to change notification settings - Fork 193
/
package.json
51 lines (51 loc) · 1.36 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
44
45
46
47
48
49
50
51
{
"name": "badjs-report",
"version": "1.3.4",
"main": "dist/bj-report-tryjs.js",
"description": "client report",
"homepage": "https://github.com/BetterJS/badjs-report",
"scripts": {
"test": "grunt dist",
"GFW": "npm install --phantomjs_cdnurl=https://npm.taobao.org/mirrors/phantomjs"
},
"author": [
{
"name": "yorts52",
"email": "[email protected]"
},
{
"name": "chriscai",
"email": "[email protected]"
}
],
"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": "1.0.2",
"mocha": "~5.0",
"chai": "~4.1.2",
"grunt-mocha": "1.0",
"requirejs": "^2.3.5",
"jquery": "*",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-jshint": "~1.1.0",
"grunt-contrib-uglify": "^3.3.0",
"grunt-contrib-concat": "~1.0.1"
},
"lego": {
"category": "35",
"categoryName": "基础框架",
"main": "./dist/bj-report-tryjs.js",
"dependencies": {},
"devDependencies": {}
}
}