-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.48 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.48 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
{
"name": "petutility",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"devStart": "npm install && bower install --allow-root && sequelize db:migrate && (gulp &) && nodemon --ignore public/ --ignore gulpfile.js index.js",
"heroku-postbuild": "./node_modules/bower/bin/bower install; ./node_modules/sequelize-cli/bin/sequelize db:migrate; ./node_modules/gulp/bin/gulp.js production",
"clear": "rm -r node_modules & rm -r bower_components & rm .bower.json.md5 & rm .package.json.md5 & rm -r public/bin"
},
"author": "PET",
"license": "ISC",
"dependencies": {
"async": "latest",
"babel-preset-es2015": "^6.14.0",
"bcrypt": "^0.8.7",
"body-parser": "^1.15.2",
"bower": "^1.7.9",
"cloudinary": "latest",
"compression": "^1.6.2",
"config": "^1.21.0",
"cookie-parser": "^1.4.3",
"express": "^4.14.0",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^2.0.0",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-watch": "^4.3.9",
"multer": "latest",
"multer-storage-cloudinary": "latest",
"pg": "^6.0.3",
"pg-hstore": "^2.3.2",
"pug": "latest",
"sequelize": "^3.23.6",
"html-pdf": "latest",
"nodemailer": "latest",
"nodemailer-mailgun-transport": "latest",
"sequelize-cli": "latest"
}
}