-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
49 lines (49 loc) · 1.56 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
{
"name": "mongo-sites-api",
"version": "0.7.0",
"description": "",
"main": "msa-http-layer/server.js",
"scripts": {
"start": "node msa-http-layer/server.js",
"startdb": "mkdir -p ./tmp/data; mongod --smallfiles --dbpath=./tmp/data",
"test": "bash -c 'MOCHA_COLORS=true ./node_modules/.bin/mocha -b --full-trace */_tests/*.functional.*test.js */_tests/*.configurable.*test.js */_tests/*.secure.*test.js */_tests/*.foolproof.*test.js | node tests_add_stack.js; test \"${PIPESTATUS[0]}\" -eq \"0\" && node tests_check.js'"
},
"dependencies": {
"add-stream": "1.0.0",
"angular": "^1.5.7",
"angular-ui-router": "^0.3.1",
"aws-sdk": "^2.2.17",
"body-parser": "^1.15.2",
"bower": "~1.5.3",
"colors": "^1.1.2",
"compression": "^1.6.0",
"connect-busboy": "0.0.2",
"cookie-parser": "^1.4.0",
"core-os": "^0.1.2",
"express": "^4.13.3",
"glob": "^7.1.1",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "~1.8.0",
"gulp-base64": "~0.1.3",
"gulp-bower": "0.0.10",
"gulp-concat": "^2.6.0",
"gulp-minify-css": "~1.2.1",
"gulp-ng-annotate": "^2.0.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-tap": "^0.1.3",
"gulp-uglify": "~1.4.1",
"mocha": "^3.0.2",
"mocha-prepare": "0.0.1",
"mongodb": "^2.0.46",
"ng-node-compile": "^2.0.52",
"node-getopt": "^0.2.3",
"nodemailer": "^2.6.0",
"nodemailer-html-to-text": "^2.1.0",
"prompt": "^1.0.0",
"promt": "0.0.0",
"request": "^2.74.0",
"socket.io": "^1.4.8"
},
"devDependencies": {},
"license": "BSD-2-Clause"
}