-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
executable file
·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": "1.0.1",
"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": {
"preprocess": "2.0.x",
"map-stream": "0.1.x",
"gulp-util": "2.2.x",
"lodash": "2.4.x"
},
"devDependencies": {
"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"
}