forked from BetterJS/badjs-report
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 803 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 803 Bytes
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
{
"name": "badjs-report",
"version": "1.1.4",
"main": "dist/bj_report.js",
"description": "client report",
"homepage": "https://github.com/BetterJS/report",
"author": "kael,chriscai",
"repository": {
"url": "https://github.com/BetterJS/report.git"
},
"bugs": "https://github.com/BetterJS/report.git/issues",
"license": "MIT",
"keywords": ["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"
}
}