-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
42 lines (42 loc) · 858 Bytes
/
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
{
"name": "gulp-phantom",
"description": "phantomjs plugin for gulp",
"version": "0.0.6",
"homepage": "https://github.com/cognitom/gulp-phantom",
"repository": {
"type": "git",
"url": "git://github.com/cognitom/gulp-phantom.git"
},
"author": {
"name": "Tsutomu Kawamura",
"url": "http://librize.com/"
},
"main": "./index.js",
"keywords": [
"gulpplugin",
"phantomjs",
"template"
],
"dependencies": {
"coffee-script": "*",
"through2": "*",
"gulp-util": "*"
},
"devDependencies": {
"should": "*",
"mocha": "*",
"gulp": "*",
"gulp-coffee": "*"
},
"scripts": {
"test": "node_modules/.bin/mocha --compilers coffee:coffee-script --require coffee-script/register -R spec"
},
"engines": {
"node": ">= 0.4.0"
},
"licenses": [
{
"type": "MIT"
}
]
}