-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.18 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
{
"name": "desarrollowebnodejs",
"version": "1.1.2",
"description": "Desarrollo Web NodeJS en Quito Ecuador Desarrollo Diseño Fotografía Asistencia Expertos Móvil y Web",
"homepage": "https://desarrollowebnodejs.github.io",
"url": "https://github.com/DesarrolloWebNodeJS/desarrollowebnodejs.github.io",
"author": "Vladimir Rodríguez <fizzvr@gmail.com>",
"scripts": {
"postinstall": "bower install && grunt distribuir_activos",
"test": "grunt distribuir_activos",
"start": "grunt"
},
"license": "MIT",
"engines": {
"node": ">=6",
"npm": ">=5"
},
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "git@github.com:DesarrolloWebNodeJS/desarrollowebnodejs.github.io.git"
},
"dependencies": {
"grunt": "~1.0.1",
"grunt-browser-sync": "^2.2.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^3.1.0",
"grunt-exec": "^3.0.0",
"bower": "^1.8.2"
},
"devDependencies": {
"eslint": "^4.15.0",
"grunt-contrib-watch": "^1.0.0",
"load-grunt-tasks": "^3.5.2",
"time-grunt": "^1.4.0"
},
"bugs": {
"url": "https://github.com/DesarrolloWebNodeJS/desarrollowebnodejs.github.io/issues"
}
}