-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 881 Bytes
/
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
{
"name": "clients-portal",
"version": "1.0.0",
"description": "This is an app that lets you manage and search your clients",
"main": "app.js",
"author": "Diego Hernan Prado Barro",
"license": "ISC",
"engines": {
"node": "0.10.x"
},
"scripts": {
"postinstall": "bower install",
"prestart": "npm install",
"start-server": "gulp run-back",
"start-front": "gulp run-front"
},
"dependencies": {
"body-parser": "^1.14.2",
"bower": "^1.7.7",
"cors": "^2.7.1",
"express": "^4.13.4",
"glob": "^6.0.4",
"gulp": "^3.9.0",
"gulp-jscs": "^3.0.2",
"gulp-sass": "^2.1.1",
"gulp-webserver": "^0.9.1",
"jsonschema": "^1.0.3",
"lodash": "^4.0.1",
"moment": "^2.11.1",
"mongoose": "^4.3.7",
"morgan": "^1.6.1",
"rand-token": "^0.2.1"
},
"devDependencies": {
"gulp-nodemon": "^2.0.6"
}
}