forked from jsoverson/grunt-preprocess
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.11 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
53
{
"name": "grunt-preprocess",
"description": "Preprocess HTML and JavaScript directives based off environment configuration",
"version": "1.3.0",
"homepage": "https://github.com/onehealth/grunt-preprocess",
"author": {
"name": "Jarrod Overson",
"email": "[email protected]",
"url": "http://jarrodoverson.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/onehealth/grunt-preprocess.git"
},
"bugs": {
"url": "https://github.com/onehealth/grunt-preprocess/issues"
},
"licenses": [
{
"type": "Apache",
"url": "https://github.com/onehealth/grunt-preprocess/blob/master/LICENSE"
}
],
"main": "Gruntfile.js",
"bin": "bin/grunt-preprocess",
"engines": {
"node": ">= 0.6.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"preprocess": "~1.0.0",
"grunt": "~0.3.15"
},
"devDependencies": {
"grunt": "~0.4.0a"
},
"keywords": [
"gruntplugin",
"directive",
"var",
"ENV",
"environment",
"ifdef",
"echo",
"include",
"exclude",
"process",
"preprocess",
"pragma"
]
}