-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
65 lines (65 loc) · 1.4 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "cart",
"version": "0.0.1",
"description": "Cart",
"main": "index.js",
"scripts": {
"test": "scripts/test",
"coverage": "semistandard",
"start": "scripts/server",
"migrate": "scripts/migration",
"linter": "semistandard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Cart-API/cart"
},
"keywords": [
"ecommerce",
"shop",
"platform"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Cart-API/cart/issues"
},
"homepage": "https://github.com/Cart-API/cart#readme",
"dependencies": {
"async": "^2.0.0-rc.3",
"bcrypt": "~0.8.5",
"bluebird": "~3.1.1",
"boom": "^3.1.2",
"dotenv": "~1.2.0",
"glob": "^7.0.0",
"good": "~6.4.0",
"good-console": "~5.2.0",
"good-file": "~5.1.1",
"hapi": "~12.1.0",
"hapi-auth-jwt2": "~5.3.1",
"hapi-boom-decorators": "~1.1.0",
"hapi-swagger": "^4.3.0",
"inert": "^3.2.0",
"joi": "~7.1.0",
"jsonwebtoken": "~5.5.0",
"k7": "^1.0.1",
"k7-sequelize": "^1.0.0",
"lodash": "~4.0.0",
"sequelize-cli": "~2.3.1",
"umzug": "~1.8.0",
"vision": "^4.0.1"
},
"devDependencies": {
"chai": "3.5.0",
"chai-datetime": "1.4.1",
"chai-things": "0.2.0",
"coveralls": "2.11.6",
"lab": "8.0.1",
"semistandard": "7.0.4"
},
"semistandard": {
"ignore": [
"/client/"
]
}
}