-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 985 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
{
"name": "rind-ejs-gulp",
"version": "0.3.2",
"description": "Gulp tasks to create rind i18n clientside files",
"main": "index.js",
"scripts": {
"test": "./node_modules/gulp/bin/gulp.js lint && ./node_modules/gulp/bin/gulp.js test"
},
"author": "Matthew Hadley (https://github.com/diffsky)",
"license": "MIT",
"dependencies": {
"ejstpl": ">=3.3.0",
"mkdirp": "^0.5.0"
},
"devDependencies": {
"gulp": "^3.6.2",
"minimist": "^0.1.0",
"rimraf": "^2.2.8",
"gulp-jsbeautifier": "0.0.2",
"gulp-diff": "^0.1.4",
"confidence": "^0.12.1",
"gulp-eslint": "^0.1.7"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git://github.com/creativelive/rind-ejs-gulp.git"
},
"keywords": [
"gulp",
"ejs",
"rind",
"compile"
],
"bugs": {
"url": "https://github.com/creativelive/rind-ejs-gulp/issues"
},
"homepage": "https://github.com/creativelive/rind-ejs-gulp"
}