-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 875 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
{
"name": "gulp-stachio",
"version": "0.1.0",
"description": "Render mustachio'd templates (Handlebars.js) into HTML.",
"main": "index.js",
"license": "MIT",
"repository": "jbenner-radham/gulp-stachio",
"author": {
"name": "James Benner",
"email": "james.benner@gmail.com",
"url": "http://www.jamesbenner.com"
},
"scripts": {
"test": "mocha"
},
"keywords": [
"gulpplugin",
"handlebars",
"harp",
"static",
"template"
],
"dependencies": {
"@radioactivehamster/has-private-filename": "^0.1.0",
"fs-extra": "^4.0.2",
"gulp-util": "^3.0.8",
"handlebars": "^4.0.10",
"lodash.assign": "^4.2.0",
"through2": "^2.0.3"
},
"devDependencies": {
"chai": "^3.5.0",
"gulp": "^3.9.0",
"gulp-jscs": "^3.0.2",
"gulp-jshint": "^2.0.0",
"jshint": "^2.9.1",
"mocha": "^2.4.5"
}
}