-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (43 loc) · 1.05 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
{
"name": "newsify",
"version": "0.1.0",
"description": "Worldwide news provider GUI",
"scripts": {
"start": "node index.js",
"build": "gulp build",
"dev": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IIC2173-2015-2-Grupo2/GUI.git"
},
"keywords": [
"angular",
"bootstrap"
],
"author": "Sebastián Salata <SA.SalataRT@GMail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/IIC2173-2015-2-Grupo2/GUI/issues"
},
"homepage": "https://github.com/IIC2173-2015-2-Grupo2/GUI#readme",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-connect": "^2.2.0",
"gulp-jshint": "^1.11.2",
"gulp-minify-css": "^1.2.1",
"gulp-minify-html": "^1.0.4",
"gulp-ng-annotate": "^1.1.0",
"gulp-ngmin": "^0.3.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-uglify": "^1.4.2",
"gulp-uglifycss": "^1.0.4",
"gulp-util": "^3.0.7",
"jshint-stylish": "^2.0.1",
"ngstorage": "^0.3.9"
},
"dependencies": {
}
}