forked from gulp-community/gulp-coffee
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 763 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 763 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
{
"name": "gulp-coffee",
"description": "Compile CoffeeScript files",
"version": "0.0.1",
"homepage": "http://github.com/wearefractal/gulp-coffee",
"repository": "git://github.com/wearefractal/gulp-coffee.git",
"author": "Fractal <contact@wearefractal.com> (http://wearefractal.com/)",
"main": "./index.js",
"keywords": [
"gulpplugin"
],
"dependencies": {
"event-stream": "*",
"clone": "*",
"coffee-script": "~1.6.3",
"gulp-util": "0.0.1"
},
"devDependencies": {
"mocha": "*",
"should": "*"
},
"scripts": {
"test": "mocha"
},
"engines": {
"node": ">= 0.4.0"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/wearefractal/gulp-coffee/raw/master/LICENSE"
}
]
}