forked from angular/benchpress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 828 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
{
"name": "angular-benchpress",
"version": "0.0.4",
"description": "A macro benchmark runner for JavaScript Web apps",
"main": "lib/bp.js",
"bin": {
"benchpress": "bin/benchpress"
},
"scripts": {
"test": "karma start"
},
"repository": {
"type": "git",
"url": "git://github.com/angular/benchpress"
},
"keywords": [
"angular",
"benchmark",
"javascript"
],
"author": "jeffbcross, jbdeboer",
"license": "Apache 2",
"bugs": {
"url": "https://github.com/angular/benchpress/issues"
},
"homepage": "https://github.com/angular/benchpress",
"dependencies": {
"bootstrap": "^3.2.0",
"grunt": "^0.4.5",
"http-server": "^0.6.1",
"karma": "^0.12.21",
"minimist": "^1.1.0",
"mkdirp": "^0.5.0",
"rimraf": "^2.2.8",
"underscore": "^1.6.0"
}
}