-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 851 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 851 Bytes
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
{
"name": "gulp-dotjsify",
"version": "0.0.2",
"main": "gulp-dotjsify.js",
"scripts": {
"test": "mocha"
},
"dependencies": {
"through2": "~0.6.3",
"gulp-util": "~3.0.1",
"dot": "~1.0.3"
},
"devDependencies": {
"mocha": "*",
"should": ">= 0.0.1"
},
"readmeFilename": "README.md",
"homepage": "https://github.com/sergey-shpak/gulp-dotjsify",
"repository": {
"type": "git",
"url": "https://github.com/sergey-shpak/gulp-dotjsify"
},
"bugs": {
"url": "https://github.com/sergey-shpak/gulp-dotjsify/issues"
},
"description": "Gulp plugin to preompile doT.js templates",
"keywords": [
"gulp",
"plugin",
"dot",
"doT.js",
"dotjs",
"precompile",
"templates",
"amd",
"cjs",
"es6"
],
"author": {
"name": "Sergey Shpak",
"email": "sergey.shpak.web@gmail.com"
},
"license": "MIT",
"dist": {}
}