-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 885 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": "webspeed",
"version": "0.1.1",
"description": "How fast does your web page load?",
"main": "main.js",
"scripts": {
"test": "mocha --compilers coffee:coffee-script/register",
"autotest": "mocha --compilers coffee:coffee-script/register -w"
},
"repository": {
"type": "git",
"url": "git://github.com/zeevl/webspeed.git"
},
"keywords": [
"speed",
"load",
"testing",
"page",
"phantomjs"
],
"author": "Steve Lamb",
"license": "MIT",
"bugs": {
"url": "https://github.com/zeevl/webspeed/issues"
},
"homepage": "https://github.com/zeevl/webspeed",
"dependencies": {
"coffee-script": "~1.8.0",
"async": "~0.9.0",
"underscore": "~1.7.0",
"cli-table": "~0.3.1",
"phantomjs": "~1.9.12"
},
"devDependencies": {
"mocha": "~2.0.1",
"chai": "~1.9.2",
"coffee-trace": "~1.4.0"
}
}