-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 940 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": "budgie",
"version": "1.0.0",
"description": "A tool to help build a performance budget.",
"bin": {
"budgie": "./bin/budgie.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"perf",
"budget",
"perflint",
"performance",
"web"
],
"author": "Matthew Harrison-Jones <[email protected]> (http://matthojo.co.uk/)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/perflint/budgie.git"
},
"bugs": {
"url": "https://github.com/perflint/budgie/issues"
},
"homepage": "https://github.com/perflint/budgie#readme",
"dependencies": {
"async": "^2.0.0-rc.3",
"chalk": "^1.1.3",
"cli": "^0.11.2",
"debug": "^2.2.0",
"eslint": "^2.8.0",
"inquirer": "^1.0.2",
"lodash": "^4.11.1",
"progress": "^1.1.8",
"request": "^2.72.0",
"webpagetest": "^0.3.4"
}
}