-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.16 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
{
"name": "governoaberto.rio",
"version": "1.0.0",
"description": "Governo Aberto",
"main": "index.html",
"scripts": {
"build": "node ./node_modules/gulp/bin/gulp.js",
"watch": "node ./node_modules/gulp/bin/gulp.js watch",
"production": "node ./node_modules/gulp/bin/gulp.js production",
"deploy": "git checkout gh-pages && git pull origin master && npm run production && git add -f ./build && NOW=$(date +%d-%m-%Y) && git commit -m \"deploy $NOW\" && git push && git checkout master"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lab-rio/governoaberto.github.io.git"
},
"author": "LABRIO",
"license": "CC-BY-SA",
"bugs": {
"url": "https://github.com/lab-rio/governoaberto.github.io.git/issues"
},
"homepage": "https://github.com/lab-rio/governoaberto.github.io.git#readme",
"devDependencies": {
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-if": "^2.0.1",
"gulp-minify-css": "^1.2.4",
"gulp-sass": "^2.3.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"jquery": "^2.2.3",
"jquery-form": "^3.50.0"
}
}