-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
33 lines (33 loc) · 987 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
{
"name": "gulp-iced",
"description": "Compile Iced CoffeeScript files",
"version": "0.0.3",
"homepage": "http://github.com/patrickxb/gulp-iced",
"repository": "git://github.com/patrickxb/gulp-iced.git",
"author": "Patrick Crosby <[email protected]> (http://www.stathat.com/)",
"main": "./index.js",
"keywords": [
"gulpplugin"
],
"dependencies": {
"event-stream": "~3.0.20",
"iced-coffee-script": "*",
"gulp-util": "~2.2.1"
},
"devDependencies": {
"mocha": "*",
"should": "*"
},
"scripts": {
"test": "mocha"
},
"engines": {
"node": ">= 0.4.0"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/patrickxb/gulp-iced/raw/master/LICENSE"
}
]
}