-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.38 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.38 KB
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
{
"name": "stimpy-medium",
"description": "A simple yet inventive fellow for making Hapi things.",
"version": "0.4.0",
"author": "Sam Mateosian",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/semateos/stimpy-medium.git"
},
"contributors": [
{
"name": "Sam Mateosian",
"url": "https://github.com/semateos"
},
{
"name": "Devin Ivy",
"url": "https://github.com/devinivy"
}
],
"main": "index.js",
"engines": {
"node": "0.10.x"
},
"scripts": {
"start": "node server",
"postinstall": "bower install",
"test": "make test-cov"
},
"dependencies": {
"bower": "~1.3.5",
"dogwater": "~0.4.6",
"good": "~5.0.0",
"good-console": "~4.1.0",
"hapi": "~8.3.1",
"hapi-assets": "~0.3.0",
"hapi-cache-buster": "~0.3.0",
"hapi-named-routes": "~0.3.0",
"hoek": "^2.4.1",
"joi": "~6.0.2",
"main-bower-files": "^2.0.0",
"require-directory": "~1.2.0",
"sails-disk": "^0.10.3",
"swig": "~1.4.0",
"underscore-node": "^0.1.2",
"wreck": "^5.5.1"
},
"devDependencies": {
"browser-sync": "^2.6.4",
"gulp": "^3.8.5",
"gulp-concat": "~2.2.0",
"gulp-imagemin": "~0.6.1",
"gulp-minify-css": "~0.3.4",
"gulp-uglify": "~0.3.0",
"gulp-util": "~2.2.17",
"gulp-load-plugins": "^0.10.0",
"lab": "4.x.x",
"async": "0.9.x"
}
}