-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
45 lines (45 loc) · 1.17 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
{
"name": "ngvenezuela.github.io",
"version": "1.0.0",
"description": "Sitio web de la comunidad de Desarrolladores y Entusiastas de Angular en Venezuela",
"scripts": {
"start": "gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ngVenezuela/ngvenezuela.github.io.git"
},
"keywords": [
"ng-venezuela",
"angularjs",
"angular2",
"venezuela"
],
"authors": [
"Andrés Villanueva <@villanuevand>",
"Angel Cruz <@abr4xas>",
"Jobsamuel Nuñez <@Jobsamuel>",
"Alexander Salas <@ajsb85>",
"José Manuel Espinoza <@jmespiz>"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/ngVenezuela/ngvenezuela.github.io/issues"
},
"homepage": "https://github.com/ngVenezuela/ngvenezuela.github.io#readme",
"dependencies": {
"angular": "^1.5.8",
"angular-ui-router": "^0.3.1"
},
"devDependencies": {
"browser-sync": "^2.14.0",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.12",
"gulp-concat": "^2.6.0",
"gulp-header": "^1.8.8",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^2.0.0"
}
}