forked from jsoverson/preprocess
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.2 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
54
55
{
"name": "preprocess",
"description": "Preprocess directives in HTML, JavaScript, etc directives based off variable context",
"version": "2.3.1",
"homepage": "https://github.com/jsoverson/preprocess",
"author": {
"name": "Jarrod Overson",
"email": "[email protected]",
"url": "http://jarrodoverson.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/jsoverson/preprocess.git"
},
"bugs": {
"url": "https://github.com/jsoverson/preprocess/issues"
},
"licenses": [
{
"type": "Apache 2.0",
"url": "https://github.com/jsoverson/preprocess/blob/master/LICENSE"
}
],
"main": "lib/preprocess.js",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"xregexp": "^2.0.0"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.11.0",
"grunt-contrib-nodeunit": "~0.4.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-deps-ok": "^0.8.0",
"load-grunt-tasks": "~3.2.0"
},
"keywords": [
"directive",
"ENV",
"environment",
"ifdef",
"ifndef",
"echo",
"include",
"exclude",
"process",
"preprocess",
"pragma"
]
}