This repository has been archived by the owner on May 30, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 56
/
package.json
113 lines (113 loc) · 3.18 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"name": "marklogic-samplestack",
"version": "1.1.0",
"description": "A sample application that demonstrates basic 3-tiered MarkLogic-based application development following the MarkLogic Reference Architecture",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/marklogic/marklogic-samplestack.git"
},
"engines": {
"npm": ">=2.1.1",
"node": ">=0.10.33 <0.11"
},
"main": "main.js",
"scripts": {
"test": "gulp unit",
"preinstall": "node shared/js/dev-tasks/preinstall.js",
"postinstall": "node shared/js/dev-tasks/postinstall.js"
},
"devDependencies": {
"async": "^0.9.0",
"body-parser": "^1.12.0",
"bower": "^1.3.12",
"browserify": "^9.0.3",
"chai": "^2.1.0",
"chai-as-promised": "^4.2.0",
"chalk": "^1.0.0",
"connect": "^3.3.4",
"connect-livereload": "^0.5.3",
"connect-modrewrite": "^0.7.11",
"cucumber": "^0.4.8",
"cucumber-junit": "^1.1.10",
"duplexer": "^0.1.1",
"event-stream": "^3.2.2",
"globby": "^1.2.0",
"globule": "^0.2.0",
"gulp": "^3.8.11",
"gulp-clone": "^1.0.0",
"gulp-debug": "^2.0.1",
"gulp-embedlr": "^0.5.2",
"gulp-filelog": "^0.4.1",
"gulp-filter": "^2.0.2",
"gulp-if": "^1.2.5",
"gulp-jscs": "^1.4.0",
"gulp-jshint": "^1.9.2",
"gulp-load-plugins": "^0.8.1",
"gulp-mocha-phantomjs": "^0.5.3",
"gulp-plumber": "^0.6.6",
"gulp-sass": "^1.3.3",
"gulp-sourcemaps": "^1.5.0",
"gulp-tap": "^0.1.3",
"gulp-template": "^3.0.0",
"gulp-util": "^3.0.4",
"gulp-watch": "^4.1.1",
"istanbul-middleware": "^0.2.0",
"jscs": "^1.11.3",
"jscs-jsdoc": "^0.4.5",
"jshint-stylish": "^1.0.1",
"jsonschema": "^1.0.0",
"lazypipe": "^0.2.2",
"main-bower-files": "^2.5.0",
"map-stream": "^0.0.5",
"marked": "^0.3.3",
"minimatch": "^2.0.4",
"mkdirp": "^0.5.0",
"mocha": "^2.1.0",
"mocha-phantomjs": "^3.5.3",
"mocha-sauce": "0.0.3",
"monitor-dashboard": "^0.6.7",
"nock": "^0.59.1",
"open": "^0.0.5",
"phantomjs": "^1.9.15",
"protractor": "^1.8.0",
"q": "^1.2.0",
"request": "^2.53.0",
"rimraf": "^2.3.2",
"sauce-connect-launcher": "^0.9.3",
"selenium-webdriver": "^2.45.1",
"serve-static": "^1.9.1",
"shelljs": "^0.3.0",
"supertest": "^0.15.0",
"through2": "^0.6.3",
"tiny-lr-fork": "^0.0.5",
"tree-kill": "0.0.6",
"vinyl-buffer": "1.0.0",
"vinyl-fs": "^1.0.0",
"yargs": "^3.4.5"
},
"dependencies": {
"bluebird": "^2.9.13",
"body": "^5.0.0",
"compression": "^1.4.1",
"connect-marklogic": "git://github.com/withjam/connect-marklogic#13ec9f0631af3b58e470cce97da9f05f3fb7e90d",
"connect-timeout": "^1.6.0",
"cookie-parser": "^1.3.4",
"cookie-session": "^1.1.0",
"csurf": "^1.7.0",
"express": "^4.12.2",
"express-session": "^1.10.3",
"ldapjs": "^0.7.1",
"lodash": "~3.3.1",
"lodash-deep": "^1.6.0",
"marklogic": "1.0.1",
"minimist": "^1.1.0",
"moment": "^2.9.0",
"moment-timezone": "^0.3.1",
"monitor": "0.6.10",
"node-uuid": "^1.4.3",
"passport": "^0.2.1",
"passport-ldapauth": "^0.3.0",
"requireindex": "^1.1.0"
}
}