forked from amir20/phantomjs-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.08 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
47
48
49
{
"author": "Amir Raminfar <[email protected]>",
"name": "phantom",
"description": "PhantomJS integration module for NodeJS",
"homepage": "https://github.com/amir20/phantomjs-node",
"version": "2.0.10",
"repository": {
"type": "git",
"url": "git://github.com/amir20/phantomjs-node.git"
},
"contributors": [
{
"name": "Amir Raminfar",
"email": "[email protected]"
}
],
"keywords": [
"phantom",
"phantomjs",
"driver"
],
"main": "lib/index.js",
"engines": {
"node": ">=0.12"
},
"dependencies": {
"linerstream": "^0.1.4",
"phantomjs-prebuilt": "^2.1.4",
"winston": "^2.2.0"
},
"devDependencies": {
"babel-core": "^6.7.7",
"babel-polyfill": "^6.5.0",
"babel-preset-es2015": "^6.5.0",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-eslint": "^2.0.0",
"gulp-jasmine": "^2.2.1",
"gulp-watch": "^4.3.5",
"jasmine-co": "^1.1.0",
"proxyquire": "^1.7.4"
},
"license": "ISC",
"scripts": {
"test": "gulp lint test",
"prepublish": "gulp build"
}
}