This repository was archived by the owner on Oct 5, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.42 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.42 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
59
60
{
"name": "slush-marklogic-node",
"version": "1.4.0",
"description": "A slush generator for AngularJS/node.js/MarkLogic",
"main": "slushfile.js",
"author": "David Cassel <dmcassel@gmail.com>",
"contributors": [
"Dave Grant",
"Geert Josten",
"Hunter Williams",
"Jan Michael Yu",
"Jen Breese",
"Joe Bryan",
"Marianne Myers",
"Patrick McElwee",
"Paxton Hare",
"Ryan Dew",
"Ryan Semerau"
],
"keywords": [
"slushgenerator",
"angular",
"angularjs",
"karma",
"marklogic"
],
"dependencies": {
"colors": "^1.1.2",
"fetch": "^1.0.0",
"gulp": "^3.8.0",
"gulp-conflict": "^0.4.0",
"gulp-install": "^0.6.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.4",
"gulp-template": "^3.0.0",
"gulp-xmlpoke": "^0.2.0",
"inquirer": "^0.12.0",
"node-uuid": "^1.4.3",
"q": "^1.0.0",
"readable-stream": "^2.0.2",
"request": "^2.60.0",
"underscore.string": "^3.2.2",
"vows": "^0.8.0"
},
"engines": {
"node": ">= 4.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/marklogic-community/slush-marklogic-node"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/marklogic-community/slush-marklogic-node/issues"
},
"homepage": "https://github.com/marklogic-community/slush-marklogic-node"
}