forked from gruntjs/grunt-lib-phantomjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 772 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 772 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
35
36
{
"name": "grunt-lib-phantomjs",
"description": "Grunt and PhantomJS, sitting in a tree",
"version": "1.1.0",
"author": {
"name": "Grunt Team",
"url": "http://gruntjs.com/"
},
"repository": "gruntjs/grunt-lib-phantomjs",
"license": "MIT",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "grunt jshint test"
},
"dependencies": {
"eventemitter2": "^0.4.9",
"phantomjs-prebuilt": "^2.1.16",
"rimraf": "^2.5.2",
"semver": "^5.1.0",
"temporary": "^0.0.8"
},
"devDependencies": {
"difflet": "^1.0.1",
"express": "^4.11.2",
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0"
},
"main": "lib/phantomjs",
"files": [
"lib",
"phantomjs"
],
"appveyor_id": "69g3o5c5m0fyih9r"
}