-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.23 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
{
"name": "harmjs",
"version": "1.0.0",
"description": "#### Install packages Use sudo before if you need. ```sh npm install -g gulpjs/gulp-cli#4.0 bower forever nodemon npm install ```",
"main": "src/server/server.js",
"engines": {
"node": ">=4.1.1",
"npm": ">=3.3.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/server/server.js"
},
"repository": {
"type": "git",
"url": "git+https://rubenabix@bitbucket.org/rubenabix/harmjs.git"
},
"author": "",
"license": "ISC",
"homepage": "https://bitbucket.org/rubenabix/harmjs#readme",
"dependencies": {
"blipp": "^2.3.0",
"bower": "^1.5.2",
"del": "^2.0.2",
"forever": "^0.15.1",
"good": "^6.3.0",
"good-console": "^5.0.3",
"gulp-angular-filesort": "^1.1.1",
"gulp-cli": "gulpjs/gulp-cli#4.0",
"gulp-concat": "^2.6.0",
"gulp-nodemon": "^2.0.4",
"gulp-plumber": "^1.0.1",
"handlebars": "^4.0.2",
"hapi": "^10.0.1",
"hapi-agenda": "^0.9.1",
"hapi-mongoose-db-connector": "^2.1.3",
"hapi-redis": "^6.0.0",
"hapi-swagger": "^2.0.0",
"inert": "^3.0.1",
"ip": "^1.0.1",
"jade": "^1.11.0",
"joi": "^6.6.1",
"mongodb": "^1.4.39",
"mongoose": "^4.1.8",
"nodemon": "^1.4.1",
"parse-redis-url": "0.0.2",
"path": "^0.12.7",
"pm2": "^0.15.6",
"redis": "^2.0.1",
"vision": "^3.0.0",
"wiredep": "^2.2.2"
},
"devDependencies": {
"colors": "^1.1.2",
"gulp": "gulpjs/gulp#4.0",
"gulp-autoprefixer": "^3.0.1",
"gulp-copy": "0.0.2",
"gulp-env": "^0.2.0",
"gulp-hub": "^0.7.1",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.3.0",
"gulp-inject": "^2.2.0",
"gulp-inline": "0.0.15",
"gulp-inline-source": "^2.1.0",
"gulp-jade": "^1.1.0",
"gulp-jscs": "^2.0.0",
"gulp-jshint": "^1.11.2",
"gulp-load-plugins": "^0.10.0",
"gulp-minify": "0.0.5",
"gulp-minify-css": "^1.2.1",
"gulp-minify-html": "^1.0.4",
"gulp-minify-inline": "^0.1.1",
"gulp-print": "^2.0.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-stylus": "^2.0.7",
"gulp-util": "^3.0.6",
"imagemin-pngquant": "^4.2.0",
"jshint-stylish": "^2.0.1",
"yargs": "^3.21.0"
}
}