Skip to content

Commit

Permalink
Format file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Nieto committed Mar 25, 2017
1 parent 192b546 commit c9d8556
Showing 1 changed file with 35 additions and 35 deletions.
70 changes: 35 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
{
"name": "pydaygal",
"version": "1.0.0",
"description": "Web page for PyDay Galicia 2017.",
"main": "gulpfile.js",
"directories": {
"doc": "docs"
},
"scripts": {
"watch": "gulp",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "[email protected]:ivannieto/PyDay-Galicia-2017.git"
},
"author": "Ivan Nieto",
"license": "MIT",
"bugs": {
"url": "https://github.com/ivannieto/PyDay-Galicia-2017/issues"
},
"homepage": "https://github.com/ivannieto/PyDay-Galicia-2017#readme",
"devDependencies": {
"babel": "^6.5.2",
"babel-preset-es2015": "^6.18.0",
"bootstrap": "^4.0.0-alpha.6",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-browserify": "^0.5.1",
"gulp-cssnano": "^2.1.2",
"gulp-imagemin": "^3.1.1",
"gulp-pixrem": "^1.0.0",
"gulp-sass": "^3.1.0",
"node-sass": "^4.3.0"
}
"name": "pydaygal",
"version": "1.0.0",
"description": "Web page for PyDay Galicia 2017.",
"main": "gulpfile.js",
"directories": {
"doc": "docs"
},
"scripts": {
"watch": "gulp",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "[email protected]:ivannieto/PyDay-Galicia-2017.git"
},
"author": "Ivan Nieto",
"license": "MIT",
"bugs": {
"url": "https://github.com/ivannieto/PyDay-Galicia-2017/issues"
},
"homepage": "https://github.com/ivannieto/PyDay-Galicia-2017#readme",
"devDependencies": {
"babel": "^6.5.2",
"babel-preset-es2015": "^6.18.0",
"bootstrap": "^4.0.0-alpha.6",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-browserify": "^0.5.1",
"gulp-cssnano": "^2.1.2",
"gulp-imagemin": "^3.1.1",
"gulp-pixrem": "^1.0.0",
"gulp-sass": "^3.1.0",
"node-sass": "^4.3.0"
}
}

0 comments on commit c9d8556

Please sign in to comment.