Created
February 23, 2015 18:30
-
-
Save cdekok/6947e7b5bf195dd4f4cd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "example-js-app", | |
"version": "0.0.0", | |
"description": "", | |
"main": "index.js", | |
"scripts": { | |
"build": "browserify -t reactify -r react -r ./src/mediabank > ../php-app/js/bundle.js", | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"dependencies": { | |
"react": "^0.12.0" | |
}, | |
"devDependencies": { | |
"6to5": "^3.4.1", | |
"browserify": "^8.1.3", | |
"envify": "^3.0.0", | |
"gulp": "^3.8.10", | |
"gulp-6to5": "^3.0.0", | |
"gulp-babel": "^4.0.0", | |
"gulp-concat": "^2.4.3", | |
"gulp-livereload": "^3.7.0", | |
"gulp-sourcemaps": "^1.3.0", | |
"gulp-uglify": "^1.1.0", | |
"gulp-util": "^3.0.3", | |
"reactify": "^0.15.0", | |
"vinyl-buffer": "^1.0.0", | |
"vinyl-source-stream": "^1.0.0", | |
"watchify": "^2.3.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment