forked from faniereynders/hottowel-ng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.36 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
{
"name": "hottowel-ng",
"version": "3.0.0",
"description": "HotTowel Angular",
"authors": [
"John Papa"
],
"license": "MIT",
"homepage": "https://github.com/johnpapa/hottowel-ng",
"repository": {
"type": "git",
"url": "https://github.com/johnpapa/hottowel-ng.git"
},
"scripts": {
"init": "npm install",
"install": "bower install",
"start": "gulp serve-dev"
},
"dependencies": {
"method-override": "^1.0.0",
"compression": "^1.0.1",
"body-parser": "^1.0.2",
"cors": "^2.2.0",
"debug": "^0.8.0",
"serve-static": "^1.1.0",
"serve-favicon": "^2.0.1",
"express": "^4.6.1",
"http-proxy": "^1.1.6",
"morgan": "^1.1.1"
},
"devDependencies": {
"glob": "^4.0.4",
"gulp-jshint": "^1.7.1",
"jshint-stylish": "^0.1.5",
"gulp-load-plugins": "^0.5.3",
"gulp-load-utils": "0.0.4",
"chalk": "^0.4.0",
"dateformat": "^1.0.7-1.2.3",
"gulp": "^3.8.7",
"gulp-livereload": "^2.1.0",
"gulp-nodemon": "^1.0.4",
"gulp-util": "^3.0.0",
"gulp-task-listing": "^0.3.0",
"minimist": "^0.2.0",
"debug": "^0.8.1",
"method-override": "^1.0.2"
},
"paths": {
"client": "./src/client/",
"server": "./src/server/",
"js": [
"./src/client/app/**/*module*.js",
"./src/client/app/**/*.js"
],
"nodejs": [
"./src/serve/**/*.js"
]
}
}