-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·53 lines (53 loc) · 1.37 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": "Emus",
"version": "0.1.0-alpha",
"description": "Hoja de ruta para la implementación de proyectos de movilidad urbana sustentable",
"author": "ITDP México, @pokaxperia, @caarloshugo",
"contributors": [
{
"name": "Mario Suriel Flores",
"email": "[email protected]"
},
{
"name": "Carlos Hugo González",
"email": "[email protected]"
}
],
"main": "index.js",
"scripts": {
"init": "npm install",
"install": "bower install",
"test": "echo \"Error: no test specified\" && exit 1"
},
"preferGlobal": true,
"private": true,
"license": "ISC",
"dependencies": {
"browser-sync": "^2.8.2",
"gulp": "3.9.0",
"yargs": "^3.21.0"
},
"devDependencies": {
"del": "^1.2.0",
"gulp-angular-templatecache": "^1.7.0",
"gulp-babel": "5.1.0",
"gulp-bump": "^0.3.1",
"gulp-concat": "2.6.0",
"gulp-css": "0.1.0",
"gulp-csso": "^1.0.0",
"gulp-filter": "^3.0.1",
"gulp-imagemin": "^2.3.0",
"gulp-inject": "^1.5.0",
"gulp-jshint": "^1.11.2",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-minify-html": "^1.0.4",
"gulp-ng-annotate": "^1.1.0",
"gulp-sass": "2.0.3",
"gulp-task-listing": "^1.0.1",
"gulp-uglify": "1.2.0",
"gulp-useref": "^1.3.0",
"gulp-util": "^3.0.6",
"jshint-stylish": "^2.0.1",
"wiredep": "^3.0.0-beta"
}
}