forked from gulp-community/gulp-haml
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
51 lines (51 loc) · 1.14 KB
/
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
43
44
45
46
47
48
49
50
51
{
"name": "gulp-haml-coffee",
"description": "Gulp plugin for haml-coffee",
"version": "0.0.6",
"homepage": "http://github.com/saschagehlich/gulp-haml-coffee",
"repository": {
"type": "git",
"url": "http://github.com/saschagehlich/gulp-haml-coffee.git"
},
"author": "Sascha Gehlich <[email protected]>",
"contributors": [
"Steve Lacy - http://slacy.me | Fractal http://wearefractal.com"
],
"main": "./index.js",
"dependencies": {
"haml-coffee": "~1.14.1",
"map-stream": "~0.1.0",
"replace-ext": "0.0.1",
"gulp-util": "~2.2.12"
},
"devDependencies": {
"mocha": "*",
"should": "*"
},
"engines": {
"node": ">= 0.9.0"
},
"scripts": {
"test": "mocha --reporter spec"
},
"licenses": {
"type": "MIT",
"url": "https://github.com/saschagehlich/gulp-haml-coffee/raw/master/LICENSE"
},
"bugs": {
"url": "https://github.com/saschagehlich/gulp-haml-coffee/issues"
},
"directories": {
"example": "examples",
"test": "test"
},
"keywords": [
"gulp",
"haml",
"haml-coffee",
"haml-plugin",
"gulpplugin",
"gulp-plugin"
],
"license": "MIT"
}