Skip to content

Instantly share code, notes, and snippets.

@koolii
Created September 25, 2015 16:15
Show Gist options
  • Save koolii/af98d4e43f642c8644fd to your computer and use it in GitHub Desktop.
Save koolii/af98d4e43f642c8644fd to your computer and use it in GitHub Desktop.
"name": "gulp-babel-react",
"version": "1.0.0",
"description": "gulp+babel+react",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kuriya0909/gulp-babel-react.git"
},
"keywords": [
"gulp",
"react.js",
"babel",
"javascript",
"browserify"
],
"author": "kuriya0909",
"license": "MIT",
"bugs": {
"url": "https://github.com/kuriya0909/gulp-babel-react/issues"
},
"homepage": "https://github.com/kuriya0909/gulp-babel-react#readme",
"devDependencies": {
"babel": "^5.8.23",
"babel-core": "^5.8.25",
"babelify": "^6.3.0",
"browserify": "^11.2.0",
"gulp": "^3.9.0",
"react": "^0.13.3",
"vinyl-source-stream": "^1.1.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment