package.json
1.64 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"_from": "spooky@^0.2.5",
"_id": "spooky@0.2.5",
"_inBundle": false,
"_integrity": "sha1-RD5+u0LZmPyar7dlusXR3zBfKNM=",
"_location": "/spooky",
"_phantomChildren": {
"core-util-is": "1.0.2",
"inherits": "2.0.3"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "spooky@^0.2.5",
"name": "spooky",
"escapedName": "spooky",
"rawSpec": "^0.2.5",
"saveSpec": null,
"fetchSpec": "^0.2.5"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/spooky/-/spooky-0.2.5.tgz",
"_shasum": "443e7ebb42d998fc9aafb765bac5d1df305f28d3",
"_spec": "spooky@^0.2.5",
"_where": "D:\\OSS project\\YTMT",
"author": {
"name": "Lon Ingram",
"email": "lon@waterfallmobile.com"
},
"bugs": {
"url": "https://github.com/WaterfallEngineering/SpookyJS/issues"
},
"bundleDependencies": false,
"dependencies": {
"async": "0.1.x",
"carrier": "0.1.x",
"duplexer": "0.0.x",
"readable-stream": "~1.0.2",
"tiny-jsonrpc": "0.2.x",
"underscore": "1.3.x"
},
"deprecated": false,
"description": "Drive CasperJS from Node.js",
"devDependencies": {
"cucumber": "*",
"expect.js": "0.1.x",
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6.4",
"http-server": "0.5.x",
"load-grunt-tasks": "~0.1.0",
"mocha": "1.3.x"
},
"homepage": "https://github.com/WaterfallEngineering/SpookyJS#readme",
"license": "MIT",
"main": "./lib/spooky.js",
"name": "spooky",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/WaterfallEngineering/SpookyJS.git"
},
"scripts": {
"test": "make test"
},
"version": "0.2.5"
}