-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
39 lines (39 loc) · 923 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
{
"name": "speedgun",
"version": "2.0.0",
"private": true,
"description": "Builds a report of DOM and resource load times using phantomjs",
"keywords": "",
"bugs": {
"url": "https://github.com/wesleyhales/speedgun/issues",
"email": "none@host.com"
},
"main": "./core/main.js",
"license": "",
"repository": {
"type": "git",
"url": "http://github.com/wesleyhales/speedgun.git"
},
"scripts": {
"test": "make test_all"
},
"bin": {
"speedgun": "./core/speedgun.js"
},
"dependencies": {
"express": "~3.4.8",
"optimist": "0.4.x",
"phantomjs": "1.9.x"
},
"devDependencies": {
"docco": "jashkenas/docco",
"grunt-docco": "DavidSouther/grunt-docco",
"grunt-gh-pages": "~0.9.0",
"wrench": "~1.5.6",
"grunt-release": "geddski/grunt-release",
"should": "~3.1.2",
"mocha": "~1.17.1",
"request": "~2.33.0",
"npmlog": "0.0.6"
}
}