-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 918 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
38
39
40
41
{
"name": "fullstack-template",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node app.js",
"postinstall": "bower i",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": "6.2.1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.15.2",
"bower": "^1.7.9",
"cookie-parser": "^1.4.3",
"dotenv": "^2.0.0",
"ejs": "^2.4.2",
"express": "^4.14.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"iso-currency": "^0.2.4",
"moment": "^2.13.0",
"money": "^0.2.0",
"morgan": "^1.7.0",
"mysql": "^2.11.1",
"open-exchange-rates": "^0.3.0",
"request": "^2.72.0",
"sendgrid": "^3.0.5",
"serve-favicon": "^2.3.0",
"uuid": "^2.0.2"
},
"devDependencies": {
"babel-preset-es2015": "^6.9.0"
}
}