-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.01 KB
/
package.json
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
{
"name": "phantomas",
"version": "1.0.0",
"main": "lib/index.js",
"scripts": {
"start": "node .",
"test": "mocha"
},
"private": true,
"author": "Alexey Yaroshevich <[email protected]>",
"license": "GPL-3.0",
"dependencies": {
"bluebird": "^3.0.5",
"body-parser": "^1.14.1",
"compression": "^1.6.0",
"connect-timeout": "^1.7.0",
"debug": "^2.2.0",
"express": "^4.13.3",
"morgan": "^1.6.1",
"node-uuid": "^1.4.4",
"phantom": "^0.8.4",
"response-time": "^2.3.1",
"serve-favicon": "^2.3.0"
},
"devDependencies": {
"chai": "^3.4.1",
"chai-as-promised": "^5.1.0",
"chai-http": "^1.0.0",
"mocha": "^2.3.4",
"shipit": "^0.7.4",
"shipit-cli": "^1.4.0",
"shipit-deploy": "^2.0.0",
"shipit-npm": "^0.2.0",
"shipit-shared": "^4.1.7"
},
"repository": {
"type": "git",
"url": "[email protected]:protein/phantomas.git"
},
"keywords": [
"phantomjs",
"css",
"computedstyle"
],
"description": "Miracle thing"
}