forked from cognitom/gulp-slim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1016 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
47
48
{
"name": "gulp-slim",
"description": "slim plugin for gulp",
"version": "0.1.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)"
],
"main": "./index.js",
"keywords": [
"gulpplugin",
"slim",
"slim-lang",
"template"
],
"dependencies": {
"coffee-script": "^1.9.1",
"gulp-util": "^3.0.4",
"spawn-cmd": "0.0.2",
"through2": "^0.6.3"
},
"devDependencies": {
"gulp": "^3.8.11",
"gulp-coffee": "^2.3.1",
"mocha": "^2.2.1",
"should": "^5.2.0"
},
"scripts": {
"test": "node_modules/.bin/mocha --compilers coffee:coffee-script/register -R spec"
},
"engines": {
"node": ">= 0.10.0"
},
"licenses": [
{
"type": "MIT"
}
]
}