forked from cognitom/gulp-slim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.06 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
{
"name": "gulp-slim",
"description": "slim plugin for gulp",
"version": "0.3.0",
"homepage": "https://github.com/cognitom/gulp-slim",
"repository": {
"type": "git",
"url": "git://github.com/cognitom/gulp-slim.git"
},
"author": {
"name": "Tsutomu Kawamura",
"url": "http://librize.com/"
},
"contributors": [
"Chang Wang (https://github.com/cheapsteak)",
"Dominik Menke (https://github.com/dmke)",
"yozzh (https://github.com/yozzh)"
],
"main": "./index.js",
"keywords": [
"gulpplugin",
"slim",
"slim-lang",
"template"
],
"dependencies": {
"coffee-script": "^1.9.3",
"gulp-util": "^3.0.6",
"spawn-cmd": "0.0.2",
"through2": "^0.6.5"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-coffee": "^2.3.1",
"mocha": "^2.2.5",
"should": "^7.0.4"
},
"scripts": {
"test": "node_modules/.bin/mocha --compilers coffee:coffee-script/register -R spec",
"prepublish": "gulp coffee"
},
"engines": {
"node": ">= 0.10.0"
},
"licenses": [
{
"type": "MIT"
}
]
}