-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1017 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 1017 Bytes
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
{
"name": "ntask",
"version": "1.0.0",
"description": "Livro - Construindo API com nodejs",
"main": "index.js",
"scripts": {
"build": "gulp build",
"dev": "nodemon build/app.js"
},
"author": "Victor Miguez",
"apidoc": {
"name": "Livro - Construindo API com nodejs"
},
"dependencies": {
"babel": "^5.8.23",
"bcrypt": "^0.8.5",
"body-parser": "^1.13.3",
"compression": "^1.6.0",
"consign": "^0.1.2",
"cors": "^2.7.1",
"express": "^4.13.3",
"helmet": "^0.12.0",
"jwt-simple": "^0.3.1",
"morgan": "^1.6.1",
"passport": "^0.3.0",
"passport-jwt": "^1.2.1",
"sequelize": "^3.9.0",
"sqlite3": "^3.1.0",
"winston": "^1.1.0"
},
"devDependencies": {
"apidoc": "^0.13.1",
"babel-preset-es2015": "^6.5.0",
"babel-runtime": "^5.8.25",
"chai": "^3.3.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-changed": "^1.3.0",
"mocha": "^2.3.3",
"passport-stub": "^1.0.1",
"supertest": "^1.1.0"
}
}