forked from jamesshore/lets_code_javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 1.84 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 1.84 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
{
"name": "phantomjs",
"version": "1.9.10",
"keywords": [
"phantomjs",
"headless",
"webkit"
],
"description": "Headless WebKit with JS API",
"homepage": "https://github.com/Obvious/phantomjs",
"repository": {
"type": "git",
"url": "git://github.com/Obvious/phantomjs.git"
},
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"author": {
"name": "Dan Pupius",
"email": "[email protected]",
"url": "http://pupius.co.uk"
},
"maintainers": [
{
"name": "dpup",
"email": "[email protected]"
},
{
"name": "nicks",
"email": "[email protected]"
},
{
"name": "medium",
"email": "[email protected]"
}
],
"main": "lib/phantomjs",
"bin": {
"phantomjs": "./bin/phantomjs"
},
"scripts": {
"install": "node install.js",
"test": "nodeunit --reporter=minimal test/tests.js"
},
"dependencies": {
"adm-zip": "0.4.4",
"kew": "0.4.0",
"ncp": "0.6.0",
"npmconf": "2.0.9",
"mkdirp": "0.5.0",
"progress": "1.1.8",
"request": "2.42.0",
"request-progress": "0.3.1",
"rimraf": "~2.2.2",
"which": "~1.0.5"
},
"devDependencies": {
"nodeunit": "0.9.0"
},
"gitHead": "2666f7a311f68679914ef2f3e6d47c4b3aca7d8f",
"bugs": {
"url": "https://github.com/Obvious/phantomjs/issues"
},
"_id": "[email protected]",
"_shasum": "be174e20b03f42c39beaaf84cc153fb65b225a4a",
"_from": "phantomjs@",
"_npmVersion": "1.5.0-alpha-4",
"_npmUser": {
"name": "dpup",
"email": "[email protected]"
},
"dist": {
"shasum": "be174e20b03f42c39beaaf84cc153fb65b225a4a",
"tarball": "http://registry.npmjs.org/phantomjs/-/phantomjs-1.9.10.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/phantomjs/-/phantomjs-1.9.10.tgz"
}