-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.35 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
{
"name": "harmony",
"version": "0.0.1",
"description": "Harmony is an application that protects you from heart burns after working on large landfill of unmaintainable code",
"main": "server.js",
"scripts": {
"start": "gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/tushararora/harmony.git"
},
"keywords": [
"harmony",
"conventions",
"team",
"project"
],
"author": "Tushar Arora",
"license": "MIT",
"bugs": {
"url": "https://github.com/tushararora/harmony/issues"
},
"homepage": "https://github.com/tushararora/harmony#readme",
"dependencies": {
"body-parser": "^1.14.2",
"colors": "^1.1.2",
"cookie-parser": "^1.4.1",
"debug": "^2.2.0",
"del": "^2.2.0",
"express": "^4.13.4",
"express-session": "^1.13.0",
"passport": "^0.3.2"
},
"devDependencies": {
"browser-sync": "^2.11.1",
"compass-importer": "^0.1.3",
"gulp": "^3.9.0",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-inject": "^3.0.0",
"gulp-minify-css": "^1.2.3",
"gulp-nodemon": "^2.0.6",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.2.0",
"gulp-sequence": "^0.4.4",
"gulp-uglify": "^1.5.1",
"stream-series": "^0.1.1"
}
}