forked from willscott/activist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.09 KB
/
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
41
42
43
{
"name": "activist",
"description": "resilience to network interference",
"version": "0.1.1",
"homepage": "https://github.com/willscott/activist",
"main": "express.js",
"browser": "activist.js",
"bugs": {
"url": "https://github.com/willscott/activist/issues",
"email": "[email protected]"
},
"contributors": [
"Will Scott <[email protected]> (https://wills.co.tt/)"
],
"repository": {
"type": "git",
"url": "https://github.com/willscott/activist"
},
"devDependencies": {
"body-parser": "^1.12.0",
"chai": "^3.0.0",
"express": "^4.12.0",
"grunt": "^0.4.2",
"grunt-browserify": "^3.8.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-mocha-test": "^0.12.7",
"mime": "^1.2.11",
"minifyify": "^7.0.0",
"minimist": "^1.1.0",
"mocha": "^2.2.0",
"moment": "^2.10.0",
"selenium-standalone": "^4.4.0",
"server-destroy": "^1.0.1",
"server-event": "^1.0.1",
"webdriverio": "^2.4.5"
},
"dependencies": {
"browserify": "^10.2.4",
"etag": "^1.7.0",
"fresh": "^0.3.0",
"parseurl": "^1.3.0"
}
}