forked from cosenonjaviste/blogzinga
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.29 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.29 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
51
{
"name": "blogger-ui",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "CNJ",
"license": "ISC",
"devDependencies": {
"body-parser": "^1.12.0",
"bower": "^1.3.9",
"coffee-script": "^1.9.0",
"cookie-parser": "^1.3.4",
"express": "^4.11.2",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"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",
"morgan": "^1.5.1",
"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",
"static-favicon": "^2.0.0-alpha"
},
"coffeelintConfig": {
"max_line_length": {
"level": "ignore"
}
}
}