forked from SpookyJS/SpookyJS
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 748 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 748 Bytes
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
{
"name": "spooky",
"version": "0.2.5",
"author": "Lon Ingram <lon@waterfallmobile.com>",
"description": "Drive CasperJS from Node.js",
"repository": {
"type": "git",
"url": "http://github.com/WaterfallEngineering/SpookyJS.git"
},
"main": "./lib/spooky.js",
"scripts": {
"test": "make test"
},
"dependencies": {
"underscore": "1.3.x",
"async": "0.1.x",
"tiny-jsonrpc": "0.2.x",
"carrier": "0.1.x",
"duplexer": "0.0.x",
"readable-stream": "~1.0.2"
},
"devDependencies": {
"mocha": "1.3.x",
"expect.js": "0.1.x",
"cucumber": "*",
"http-server": "0.5.x",
"grunt": "~0.4.1",
"load-grunt-tasks": "~0.1.0",
"grunt-contrib-jshint": "~0.6.4"
},
"license": "MIT"
}