UNPKG

react-gulp-task-bundler

Version:
68 lines (67 loc) 1.73 kB
{ "name": "react-gulp-task-bundler", "version": "0.0.1", "description": "Gulp Build Tasks for React Component Projects", "main": "index.js", "author": "Jed Watson", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/henderstack/react-gulp-task-bundler.git" }, "dependencies": { "aliasify": "^2.1.0", "babel-core": "^6.21.0", "babel-plugin-object-assign": "^1.2.1", "babelify": "^7.3.0", "brfs": "^1.4.1", "browserify": "^13.1.1", "browserify-shim": "^3.8.10", "camelcase": "^4.0.0", "capitalize": "^1.0.0", "chalk": "^1.1.1", "defaults": "^1.0.2", "del": "^2.0.2", "gulp-babel": "^6.1.2", "gulp-bump": "^2.5.1", "gulp-connect": "^5.0.0", "gulp-gh-pages": "^0.5.2", "gulp-git": "^1.4.0", "gulp-less": "^3.0.3", "gulp-minify-css": "^1.2.1", "gulp-rename": "^1.2.2", "gulp-streamify": "^1.0.2", "gulp-uglify": "^2.0.0", "gulp-util": "^3.0.6", "merge-stream": "^1.0.0", "vinyl-source-stream": "^1.1.0", "watchify": "^3.4.0" }, "devDependencies": { "graceful-fs": "^4.1.11", "gulp": "^3.9.1", "gulp-pug": "^3.2.0", "gulp-sass": "^3.0.0", "gulp-sourcemaps": "^1.9.1", "happiness": "*", "lodash": "^4.17.4", "minimatch": "^3.0.3" }, "peerDependencies": { "gulp": "^3.9.1" }, "scripts": { "lint": "happiness", "unit": "echo \"no tests yet\"", "test": "npm run lint && npm run unit" }, "keywords": [ "react", "browserify", "gulp" ], "bugs": { "url": "https://github.com/henderstack/react-gulp-task-bundler/issues" }, "homepage": "https://github.com/henderstack/react-gulp-task-bundler#readme" }