-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.34 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.34 KB
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
56
57
58
{
"name": "slush-xquerrail",
"description": "A slush generator for XQuerrail.Framework2",
"version": "0.1.0",
"homepage": "https://github.com/rlouapre/slush-xquerrail",
"author": {
"name": "Richard Louapre",
"email": "richard.louapre@marklogic.com"
},
"repository": {
"type": "git",
"url": "git://github.com/rlouapre/slush-xquerrail.git"
},
"bugs": {
"url": "https://github.com/rlouapre/slush-xquerrail/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/rlouapre/slush-xquerrail/blob/master/LICENSE"
}
],
"main": "slushfile.js",
"engines": {
"node": ">= 0.10.26",
"npm": ">=1.4.3"
},
"scripts": {
"test": "echo \"No tests\""
},
"dependencies": {
"slush": ">=1.0.0",
"download": "^4.1.2",
"glob": "^5.0.10",
"gulp": "^3.6.2",
"gulp-template": "^0.1.1",
"gulp-if": "^1.2.5",
"gulp-inject": "^1.2.0",
"gulp-inject-string": "0.0.2",
"gulp-install": "^0.1.4",
"gulp-conflict": "^0.1.1",
"gulp-rename": "^1.2.0",
"underscore.string": "^2.3.3",
"inflection": "^1.7.1",
"inquirer": "^0.8.0",
"lodash": "^3.9.3",
"iniparser": "^1.0.5",
"nconf": "^0.7.1",
"xml2js": "^0.4.9",
"xmldom": "^0.1.19",
"xpath": "0.0.9"
},
"keywords": [
"slushgenerator",
"xquerrail",
"marklogic"
]
}