-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (85 loc) · 2.55 KB
/
package.json
File metadata and controls
86 lines (85 loc) · 2.55 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
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
{
"name": "cws-prototype",
"version": "0.0.1",
"description": "an application that will allow parents of foster kids to establish and manage their profile, and view children's residential facilities in their zip code, and communicate with the case worker via a private inbox",
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "gulp test",
"dev": "gulp",
"dist": "webpack --config frontend/webpack.config.prod.js -p",
"preinstall": "webpack --config frontend/webpack.config.prod.js -p"
},
"engines": {
"node": "6.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SymSoftSolutions/CWS-Prototype.git"
},
"author": "Symsoft Solutions, llc",
"license": "MIT",
"bugs": {
"url": "https://github.com/SymSoftSolutions/CWS-Prototype/issues"
},
"homepage": "https://github.com/SymSoftSolutions/CWS-Prototype#readme",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.6.3",
"cluster": "^0.7.7",
"compression": "^1.4.0",
"connect-session-knex": "^1.0.23",
"cookie-parser": "^1.3.2",
"csurf": "^1.6.2",
"datatables.net": "^1.10.12",
"deep-extend": "^0.4.1",
"express": "4.x",
"express-cluster": "0.0.3",
"express-flash": "0.0.2",
"express-handlebars": "1.0.1",
"express-session": "^1.7.5",
"express-state": "latest",
"express-validator": "^2.20.5",
"file-stream-rotator": "0.0.6",
"handlebars": "^2.0.0-alpha.4",
"jquery": "^2.2.4",
"knex": "^0.11.4",
"morgan": "^1.2.2",
"multer": "^1.1.0",
"nodemon": "^1.9.2",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"permission": "^1.0.4",
"pg": "^4.5.5",
"pikaday": "^1.4.0",
"toastr": "^2.1.2",
"ypromise": "^0.2.3",
"autoprefixer": "^6.3.6",
"babel-core": "^6.9.0",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"browser-sync": "^2.12.10",
"chai": "^3.5.0",
"chalk": "^1.1.3",
"css-loader": "^0.23.1",
"datatables.net": "^1.10.12",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"gulp": "^3.9.1",
"gulp-nodemon": "^2.0.7",
"gulp-spawn-mocha": "^2.2.2",
"istanbul": "^0.4.3",
"mocha": "^2.5.3",
"node-sass": "^3.7.0",
"postcss-cli": "^2.5.2",
"postcss-loader": "^0.9.1",
"reload": "^0.7.0",
"sass-loader": "^3.2.0",
"style-loader": "^0.13.1",
"supertest": "^1.2.0",
"url-loader": "^0.5.7",
"webpack": "^1.13.1",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.10.0"
}
}