forked from yoonic/atlas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 883 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
{
"name": "atlas",
"version": "1.0.0",
"description": "E-Commerce Backend API",
"private": false,
"repository" : {
"type" : "git",
"url" : "https://github.com/yoonic/atlas.git"
},
"main": "index.js",
"scripts": {
"dev": "NODE_ENV=development nodemon index | bunyan"
},
"author": "André Tavares",
"engines": {
"node": "4.2.5",
"npm": "3.5.3"
},
"dependencies": {
"babel": "5.8.38",
"bcrypt": "0.8.5",
"bunyan": "1.8.0",
"fast-csv": "1.1.0",
"handlebars": "^4.0.5",
"hapi": "11.1.4",
"hapi-async-handler": "1.0.3",
"hapi-auth-jwt2": "5.8.0",
"hapi-swagger": "^6.2.2",
"inert": "3.2.0",
"joi": "6.10.1",
"jsonwebtoken": "5.7.0",
"node-uuid": "1.4.7",
"request": "2.71.0",
"rethinkdbdash": "2.2.18",
"vision": "^4.1.0"
},
"devDependencies": {
"nodemon": "1.9.1"
}
}