-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.23 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.23 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
{
"name": "concrete-desafio-frontend",
"version": "0.0.0",
"description": "",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/LulzAugusto/concrete-desafio-frontend.git"
},
"author": "Luiz Augusto Crisostomo <Luiz66@gmail.com> (http://luizaugusto.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/LulzAugusto/concrete-desafio-frontend/issues"
},
"homepage": "https://github.com/LulzAugusto/concrete-desafio-frontend",
"devDependencies": {
"connect": "^3.3.4",
"connect-livereload": "^0.5.2",
"gulp": "^3.8.10",
"gulp-angular-templatecache": "^1.5.0",
"gulp-autoprefixer": "^2.0.0",
"gulp-concat": "^2.4.3",
"gulp-if": "^1.2.5",
"gulp-inject": "^1.1.1",
"gulp-jshint": "^1.9.0",
"gulp-livereload": "^3.2.0",
"gulp-load-plugins": "^0.8.0",
"gulp-minify-css": "^0.4.5",
"gulp-minify-html": "^0.1.8",
"gulp-ng-annotate": "^0.5.2",
"gulp-plumber": "^0.6.6",
"gulp-ruby-sass": "^0.7.1",
"gulp-uglify": "^1.1.0",
"jshint-stylish": "^1.0.0",
"run-sequence": "^1.0.2",
"serve-index": "^1.6.0",
"serve-static": "^1.8.0"
}
}