-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 995 Bytes
/
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
{
"name": "blog-client",
"version": "0.0.1",
"description": "Blog client. Made with Angular, consumes API",
"bugs": {
"url": "https://github.com/hartascuerdas/blog-client/issues",
"email": "[email protected]"
},
"license": "MIT",
"author": {
"name": "Franco Cedillo",
"email": "[email protected]",
"url": "http://adagio.github.io"
},
"repository": {
"type": "git",
"url": "https://github.com/hartascuerdas/blog-client"
},
"dependencies": {},
"devDependencies": {
"connect-history-api-fallback": "0.0.4",
"gulp": "^3.8.7",
"gulp-angular-filesort": "^1.0.4",
"gulp-angular-templatecache": "^1.3.0",
"gulp-connect": "^2.0.6",
"gulp-if": "^1.2.4",
"gulp-inject": "^1.0.1",
"gulp-jshint": "^1.8.4",
"gulp-minify-css": "^0.3.7",
"gulp-stylus": "^1.3.0",
"gulp-uglify": "^1.0.0",
"gulp-useref": "^1.0.1",
"jshint-stylish": "^0.4.0",
"nib": "^1.0.3",
"wiredep": "^1.8.5"
}
}