Files
logos/package.json
T
2015-07-13 20:15:03 -03:00

52 lines
1.3 KiB
JSON

{
"name": "logos",
"version": "0.2.0",
"author": "Gil Barbara <gilbarbara@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/gilbarbara/logos"
},
"license": "CC0-1.0",
"homepage": "http://gilbarbara.github.io/logos/",
"devDependencies": {
"babelify": "^6.1.2",
"browser-sync": "^2.7",
"browserify": "^10.2.4",
"connect": "^3.4",
"connect-history-api-fallback": "^1.1.0",
"del": "^1.2",
"eslint": "^0.23.0",
"eslint-plugin-react": "^2.5.2",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3",
"gulp-cache": "^0.2",
"gulp-changed": "^1.2",
"gulp-compile-handlebars": "^0.5.0",
"gulp-cssmin": "^0.1",
"gulp-eslint": "^0.14",
"gulp-filter": "^2.0",
"gulp-flatten": "0.0.4",
"gulp-gh-pages": "^0.5.2",
"gulp-if": "^1.2",
"gulp-imagemin": "^2.2",
"gulp-load-plugins": "^0.10",
"gulp-plumber": "^1.0",
"gulp-rename": "^1.2",
"gulp-sass": "^2.0",
"gulp-size": "^1.2",
"gulp-tap": "^0.1.3",
"gulp-uglify": "^1.2",
"gulp-useref": "^1.2",
"gulp-util": "^3.0",
"merge-stream": "^0.1",
"react": "^0.13.3",
"run-sequence": "^1.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.2.2"
},
"engines": {
"node": ">=0.10.0"
}
}