-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
46 lines (46 loc) · 956 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
43
44
45
46
{
"name": "gulp-haml",
"description": "Gulp plugin for haml",
"version": "1.0.1",
"homepage": "http://github.com/stevelacy/gulp-haml",
"repository": {
"type": "git",
"url": "http://github.com/stevelacy/gulp-haml.git"
},
"author": "Steve Lacy <[email protected]> slacy.me",
"main": "./index.js",
"dependencies": {
"haml": "^0.4.3",
"hamljs": "^0.6.2",
"lodash": "^3.10.1",
"map-stream": "^0.1.0",
"plugin-error": "^0.1.2",
"replace-ext": "0.0.1"
},
"devDependencies": {
"mocha": "3.5.3",
"should": "11.2.0",
"vinyl": "^2.1.0"
},
"engines": {
"node": ">= 0.9.0"
},
"scripts": {
"test": "mocha --reporter spec"
},
"bugs": {
"url": "https://github.com/stevelacy/gulp-haml/issues"
},
"directories": {
"example": "examples",
"test": "test"
},
"keywords": [
"gulp",
"haml",
"haml-plugin",
"gulpplugin",
"gulp-plugin"
],
"license": "MIT"
}