-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
63 lines (63 loc) · 1.54 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
{
"name": "jolly",
"version": "1.0.1",
"description": "Production ready boileprlate for Hapi",
"main": "index.js",
"scripts": {
"dev": "NODE_ENV=development gulp dev",
"start": "node server.js",
"test": "node node_modules/lab/bin/lab --verbose --colors"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ravisuhag/jolly.git"
},
"keywords": [
"HapiJS",
"Boilerplate"
],
"author": "ravisuhag",
"license": "ISC",
"bugs": {
"url": "https://github.com/ravisuhag/jolly/issues"
},
"homepage": "https://github.com/ravisuhag/jolly#readme",
"dependencies": {
"confidence": "^3.0.1",
"crumb": "^6.0.0",
"glob": "^7.0.6",
"glue": "^4.0.0",
"handlebars": "^4.0.5",
"hapi": "^15.0.3",
"hapi-auth-cookie": "^6.1.1",
"hoek": "^4.0.2",
"inert": "^4.0.2",
"joi": "^9.0.4",
"mongoose": "^4.4.10",
"vision": "^4.0.1",
"visionary": "^6.0.2",
"yar": "^8.0.0"
},
"devDependencies": {
"babel-core": "^6.7.7",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"d3": "^4.2.2",
"del": "^2.2.0",
"eslint-plugin-react": "^6.2.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-eslint": "^3.0.1",
"gulp-nodemon": "^2.0.6",
"gulp-rev-all": "^0.8.24",
"gulp-sass": "^2.2.0",
"gulp-util": "^3.0.7",
"ify-loader": "^1.0.3",
"jquery": "^3.1.0",
"react": "^15.0.1",
"react-dom": "^15.0.1",
"require-dir": "^0.3.0",
"webpack": "^1.12.14"
}
}