This repository was archived by the owner on Oct 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.34 KB
/
package.json
File metadata and controls
53 lines (53 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
{
"name": "wrt",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node bin/www",
"test": "node_modules/.bin/gulp test"
},
"main": "app.coffee",
"dependencies": {
"angular-ui-bootstrap": "^1.1.2",
"bcrypt-nodejs": "0.0.3",
"body-parser": "~1.12.4",
"busboy": "^0.2.9",
"coffee-script": "^1.9.3",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"ejs": "^2.3.2",
"express": "~4.12.4",
"express-session": "^1.11.3",
"express-sslify": "^1.0.1",
"forever": "^0.14.2",
"forever-monitor": "^1.5.2",
"gridfs-stream": "^1.1.1",
"gulp-coffeelint-threshold": "^1.0.0",
"gulp-util": "^3.0.6",
"json-templater": "^1.0.0",
"mongoose": "^4.0.6",
"morgan": "~1.5.3",
"node-schedule": "^1.0.0",
"nodemailer": "0.7.1",
"numeral": "1.5.3",
"passport": "^0.2.2",
"passport-local": "^1.0.0",
"passport-remember-me": "0.0.1",
"pdfkit": "^0.7.1",
"serve-favicon": "~2.2.1",
"mongoose-ttl": "0.0.3",
"mongodb-backup":"1.5.4",
"mongodb-restore":"1.5.2"
},
"devDependencies": {
"coffeelint": "^1.10.1",
"gulp": "^3.9.0",
"gulp-coffeelint": "^0.5.0",
"gulp-jshint": "^1.11.2",
"gulp-jshint-bamboo": "0.0.2",
"jshint-stylish": "^2.0.1",
"request": "^2.58.0",
"should": "^7.0.1",
"supertest": "^1.0.1"
}
}