-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 848 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 848 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
33
34
{
"name": "phantasma",
"version": "1.4.0",
"description": "A high level promise based wrapper for phantomjs",
"keywords": [
"phantom",
"phantomjs"
],
"main": "index.js",
"homepage": "https://github.com/petecoop/phantasma",
"bugs": "https://github.com/petecoop/phantasma/issues",
"author": "petecoop <pete@petecoop.co.uk> (http://petecoop.co.uk/)",
"repository": {
"type": "git",
"url": "https://github.com/petecoop/phantasma.git"
},
"scripts": {
"test": "mocha --slow=1000 --timeout=5000"
},
"license": "ISC",
"dependencies": {
"bluebird": "^2.9.13",
"change-case": "^2.2.0",
"defaults": "^1.0.0",
"phantom": "^0.7.2"
},
"devDependencies": {
"finalhandler": "^0.3.3",
"mocha": "^2.2.1",
"rimraf": "^2.3.2",
"serve-static": "^1.9.1",
"should": "^5.1.0"
}
}