-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
85 lines (85 loc) · 2.71 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "masteryjs",
"version": "0.1.9",
"main": "build/index.js",
"license": "MIT",
"author": "Muhammad Labib Ramadhan",
"email": "[email protected]",
"url": "https://hithub.com/labibramadhan/mastery-framework",
"keywords": [
"hapi",
"api",
"rest",
"sequelize",
"generator",
"boilerplate",
"starter",
"basecode",
"springboard"
],
"scripts": {
"lint": "eslint src test --fix",
"test": "NODE_ENV=test mocha -b --timeout 5000 --compilers js:babel-register --recursive test/spec/**/*.js",
"test-core": "NODE_ENV=test mocha -b --timeout 5000 --compilers js:babel-register --recursive src/**/test/spec/**/*.js",
"test-ci": "NODE_ENV=test-ci mocha -b --timeout 6500 --compilers js:babel-register --recursive src/**/test/spec/**/*.js test/spec/**/*.js",
"test-debug": "NODE_ENV=test mocha -b --debug-brk=5858 --inspect --timeout 5000 --compilers js:babel-register --recursive test/spec/**/*.js",
"test-core-debug": "NODE_ENV=test mocha -b --debug-brk=5858 --inspect --timeout 5000 --compilers js:babel-register --recursive src/**/test/spec/**/*.js"
},
"pre-commit": [
"lint"
],
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-eslint": "^7.1.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-class-properties": "^6.19.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-es2015-classes": "^6.18.0",
"babel-plugin-transform-flow-strip-types": "^6.18.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-3": "^6.17.0",
"babel-register": "^6.18.0",
"chai": "^3.5.0",
"eslint": "^3.9.1",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.6.0",
"mocha": "^3.2.0",
"npm-run-all": "^3.1.1",
"portfinder": "^1.0.10",
"pre-commit": "^1.1.3"
},
"dependencies": {
"accept-language": "^3.0.15",
"bcrypt": "^1.0.1",
"bell": "^8.3.0",
"blipp": "^2.3.0",
"bluebird": "^3.4.6",
"boom": "^4.2.0",
"chai": "^3.5.0",
"cookie": "^0.3.1",
"del-cli": "^0.2.0",
"event-to-promise": "^0.7.0",
"glob": "^7.1.1",
"hapi": "^16.0.1",
"hapi-auth-jwt2": "^7.2.0",
"hapi-swagger": "^7.4.0",
"http-status-codes": "^1.0.6",
"inert": "^4.0.3",
"joi": "^10.0.6",
"jsonwebtoken": "^7.1.9",
"lodash": "^4.16.6",
"moment": "^2.17.1",
"nconf": "^0.8.4",
"node-polyglot": "^2.1.0",
"pg": "^6.1.0",
"platform": "^1.3.3",
"promise-events": "^0.1.3",
"qs": "^6.3.0",
"sequelize": "^3.25.0",
"urijs": "^1.18.2",
"vision": "^4.1.1"
}
}