-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.3 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
46
47
48
49
50
{
"name": "ecommerce",
"version": "1.0.0",
"description": "ecommerce node, mongo, es6 ",
"main": "bootstrap.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "./run.sh babel-node bootstrap"
},
"author": "",
"license": "ISC",
"dependencies": {
"app-module-path": "^2.2.0",
"body-parser": "^1.17.1",
"config.json": "0.0.4",
"ejs": "^2.5.6",
"express": "^4.15.2",
"express-ejs-layouts": "^2.3.0",
"express-session": "^1.15.3",
"method-override": "^2.3.8",
"mongoose": "^4.10.4",
"morgan": "^1.8.1",
"optional-js": "^1.2.1",
"pagseguro": "^0.1.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^4.0.0",
"remove-accents": "^0.4.0",
"xml2js": "^0.4.17"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2017": "^6.24.1",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-changed": "^3.1.0",
"gulp-concat": "^2.6.1",
"gulp-livereload": "^3.8.1",
"gulp-nodemon": "^2.2.1",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^3.1.0",
"gulp-util": "^3.0.8",
"node-neat": "^2.0.0-beta.0"
}
}