package.json
2.25 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"_args": [
[
{
"raw": "spooky",
"scope": null,
"escapedName": "spooky",
"name": "spooky",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"/Users/kanghyeontae/IdeaProjects/YTMT"
]
],
"_from": "spooky@latest",
"_id": "spooky@0.2.5",
"_inCache": true,
"_location": "/spooky",
"_npmUser": {
"name": "lawnsea",
"email": "lawnsea@gmail.com"
},
"_npmVersion": "1.4.3",
"_phantomChildren": {
"core-util-is": "1.0.2",
"inherits": "2.0.3",
"string_decoder": "0.10.31"
},
"_requested": {
"raw": "spooky",
"scope": null,
"escapedName": "spooky",
"name": "spooky",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/spooky/-/spooky-0.2.5.tgz",
"_shasum": "443e7ebb42d998fc9aafb765bac5d1df305f28d3",
"_shrinkwrap": null,
"_spec": "spooky",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT",
"author": {
"name": "Lon Ingram",
"email": "lon@waterfallmobile.com"
},
"bugs": {
"url": "https://github.com/WaterfallEngineering/SpookyJS/issues"
},
"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"
},
"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"
},
"directories": {},
"dist": {
"shasum": "443e7ebb42d998fc9aafb765bac5d1df305f28d3",
"tarball": "https://registry.npmjs.org/spooky/-/spooky-0.2.5.tgz"
},
"homepage": "https://github.com/WaterfallEngineering/SpookyJS",
"license": "MIT",
"main": "./lib/spooky.js",
"maintainers": [
{
"name": "lawnsea",
"email": "lawnsea@gmail.com"
}
],
"name": "spooky",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/WaterfallEngineering/SpookyJS.git"
},
"scripts": {
"test": "make test"
},
"version": "0.2.5"
}