forked from cosenonjaviste/blogzinga
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.61 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
{
"name": "blogzinga",
"version": "0.0.1",
"description": "",
"main": "backend/start.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/cosenonjaviste/blogzinga.git"
},
"author": "CNJ",
"license": "ISC",
"devDependencies": {
"bower": "^1.3.9",
"chai": "^3.4.1",
"coffee-script": "^1.9.0",
"gulp": "^3.8.7",
"gulp-angular-templatecache": "^1.3.0",
"gulp-coffee": "^2.1.2",
"gulp-coffeelint": "^0.3.4",
"gulp-concat": "^2.3.4",
"gulp-connect": "^2.0.6",
"gulp-if": "^1.2.4",
"gulp-jade": "^0.7.0",
"gulp-less": "^1.3.5",
"gulp-maven-deploy": "^0.1.1",
"gulp-minify-css": "^0.3.7",
"gulp-ng-classify": "^4.0.0",
"gulp-protractor": "0.0.11",
"gulp-rimraf": "^0.1.0",
"gulp-sourcemaps": "^1.1.3",
"gulp-uglify": "^0.3.2",
"gulp-util": "^3.0.0",
"minijasminenode2": "^1.0.0",
"moment": "^2.8.3",
"phantomjs": "^1.9.15",
"protractor": "^1.1.1",
"protractor-html-screenshot-reporter": "0.0.16",
"proxy-middleware": "^0.5.1",
"run-sequence": "^1.0.2"
},
"coffeelintConfig": {
"max_line_length": {
"level": "ignore"
}
},
"dependencies": {
"body-parser": "^1.14.2",
"connect-multiparty": "^2.0.0",
"cookie-parser": "^1.4.0",
"debug": "^2.2.0",
"express": "^4.13.3",
"jade": "^1.11.0",
"morgan": "^1.6.1",
"prerender-node": "^2.2.0",
"q": "^1.4.1",
"request-promise": "^1.0.2",
"rss": "^1.2.1",
"static-favicon": "^2.0.0-alpha",
"underscore": "^1.8.3"
}
}