-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.33 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
{
"name": "Hackdoodles",
"version": "1.0.0",
"description": "Quibdojs simple devOps example, exposition perfomance by @sneyder_a",
"main": "app.js",
"dependencies": {
"bcryptjs": "^2.4.0",
"bluebird": "^3.4.7",
"body-parser": "^1.16.0",
"connect-mongo": "^1.3.2",
"express": "^4.14.1",
"express-handlebars": "^3.0.0",
"express-session": "^1.15.0",
"gridfs-stream": "^1.1.1",
"hbs": "^4.0.1",
"lodash": "^4.17.4",
"mongoose": "^4.8.1",
"multer": "^1.3.0",
"skipper": "^0.8.0",
"skipper-gridfs": "^0.5.3"
},
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.22.0",
"css-loader": "^0.26.1",
"jquery": "^3.1.1",
"newman": "^3.4.3",
"node-sass": "^4.5.0",
"nodemon": "^1.11.0",
"sass-loader": "^5.0.1",
"style-loader": "^0.13.1",
"webpack": "^2.2.1",
"webpack-notifier": "^1.5.0"
},
"scripts": {
"start": "node app.js",
"start:watch": "nodemon app.js",
"webpack:build": "./node_modules/.bin/webpack --progress --color --display-error-details --bail",
"webpack:watch": "./node_modules/.bin/webpack --progress --color --watch --display-error-details",
"test:api": "newman run Hackdoodles.postman_collection.json --bail"
},
"author": "HackdoFoundation",
"license": "GNU"
}