-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.17 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.17 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
{
"name": "angular-prototype",
"description": "Angular Prototype Application",
"homepage": "https://github.com/coding-house-jan2015/angular-prototype",
"engines": {
"node": "0.12.x"
},
"keywords": [
"gulp",
"jshint",
"jscs",
"server",
"hapi",
"node",
"mongo",
"mongoose",
"angular"
],
"author": "Chyld Medford <chyld.medford@gmail.com>",
"repository": {
"type": "git",
"url": "git://github.com/coding-house-jan2015/angular-prototype.git"
},
"version": "1.0.0",
"scripts": {
"start": "node server/index.js",
"localhost": "PORT=3333 nodemon -e js,jade server/index.js",
"preinstall": "rm -rf node_modules public",
"postinstall": "bower install && gulp build"
},
"license": "MIT",
"dependencies": {
"good": "^5.1.2",
"good-console": "^4.1.0",
"hapi": "^8.4.0"
},
"devDependencies": {
"bower": "^1.3.12",
"gulp": "^3.8.11",
"gulp-babel": "^4.0.0",
"gulp-concat": "^2.5.2",
"gulp-copy": "0.0.2",
"gulp-jade": "^1.0.0",
"gulp-jshint": "^1.9.2",
"gulp-less": "^3.0.1",
"gulp-sourcemaps": "^1.5.0",
"gulp-watch": "^4.1.1",
"jshint-stylish": "^1.0.1"
}
}