forked from jbavari/gulp-preprocess
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 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
51
52
{
"name": "gulp-preprocess",
"description": "Gulp plugin to preprocess HTML, JavaScript, and other files based on custom context or environment configuration",
"version": "2.0.0",
"homepage": "http://github.com/jas/gulp-preprocess",
"repository": {
"type": "git",
"url": "http://github.com/jas/gulp-preprocess.git"
},
"author": "Jason Sandmeyer",
"main": "./index.js",
"dependencies": {
"lodash": "3.10.x",
"map-stream": "0.1.x",
"preprocess": "^3.0.0"
},
"devDependencies": {
"gulp-util": "3.0.x",
"mocha": "*",
"should": "*"
},
"engines": {
"node": ">= 0.9.0"
},
"scripts": {
"test": "mocha --reporter spec"
},
"bugs": {
"url": "https://github.com/jas/gulp-preprocess/issues"
},
"directories": {
"test": "test"
},
"keywords": [
"gulpplugin",
"gulp-plugin",
"preprocessor",
"html",
"javascript",
"coffeescript",
"debug",
"environment",
"ENV",
"conditional",
"include",
"exclude",
"ifdef",
"ifndef",
"echo"
],
"license": "MIT"
}