-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.19 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
{
"name": "angular-hapi-gulp-bootstrap",
"version": "0.0.0",
"description": "angular-hapi-gulp-bootstrap app",
"main": "server/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git@github.com:mavdi/angular-hapi-gulp-bootstrap.git"
},
"author": "Mehdi Avdi",
"license": "MIT",
"bugs": {
"url": "https://github.com/mavdi/angular-hapi-gulp-bootstrap/issues"
},
"homepage": "https://github.com/mavdi/angular-hapi-gulp-bootstrap",
"dependencies": {
"hapi": "^8.0.0",
"mongoose": "^3.8.21",
"require-directory": "^2.0.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-cssmin": "^0.11.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-less": "^1.0.0",
"grunt-contrib-uglify": "^0.7.0",
"gulp": "^3.8.10",
"gulp-cssmin": "^0.1.6",
"gulp-jshint": "^1.9.0",
"gulp-less": "^2.0.1",
"gulp-livereload": "^3.0.2",
"gulp-ng-annotate": "^0.4.3",
"gulp-open": "^0.3.1",
"gulp-protractor": "0.0.12",
"gulp-usemin": "^0.3.8",
"gulp-watch": "^3.0.0",
"run-sequence": "^1.0.2"
}
}