forked from gulp-community/gulp-coffee
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
36 lines (36 loc) · 954 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
{
"name": "gulp-iced-coffee",
"description": "Compile IcedCoffeeScript files",
"version": "2.4.0",
"homepage": "http://github.com/ccheever/gulp-iced-coffee",
"repository": "git://github.com/ccheever/gulp-iced-coffee.git",
"author": "Fractal <[email protected]> (http://wearefractal.com/)",
"contributors": [
"Charlie Cheever <[email protected]>",
"Charles Phillips <[email protected]>"
],
"main": "./gulp-iced-coffee.js",
"keywords": [
"gulpplugin"
],
"dependencies": {
"gulp-util": "^3.0.2",
"iced-coffee-script": "^108.0.11",
"merge": "^1.2.0",
"through2": "^0.6.3",
"vinyl-sourcemaps-apply": "^0.1.4"
},
"devDependencies": {
"gulp-sourcemaps": "^1.3.0",
"mocha": "^2.1.0",
"should": "^4.6.2"
},
"scripts": {
"build": "iced --bare --map --runtime node -o ./ -c src/*",
"test": "mocha"
},
"engines": {
"node": ">= 0.9.0"
},
"license": "MIT"
}