test-do-not-use-react-drop-to-upload
Version:
React component for drop-to-upload
50 lines (49 loc) • 1.28 kB
JSON
{
"name": "test-do-not-use-react-drop-to-upload",
"description": "React component for drop-to-upload",
"version": "0.0.3",
"main": "dist/react-drop-to-upload.es5.js",
"jsnext:main": "dist/react-drop-to-upload.es6.js",
"author": "William Wong",
"repository": {
"type": "git",
"url": "https://github.com/compulim/react-drop-to-upload.git"
},
"bugs": {
"url": "https://github.com/compulim/react-drop-to-upload/issues"
},
"keywords": [
"drag",
"drop",
"file",
"filedrop",
"react",
"upload"
],
"license": "MIT",
"scripts": {
"build": "gulp build",
"prepublish": "gulp build",
"selfhost": "node devServer"
},
"peerDependencies": {
"react": "^15.3.2"
},
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-plugin-transform-es2015-modules-systemjs": "^6.14.0",
"babel-plugin-transform-es2015-modules-umd": "^6.12.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"qs": "^6.2.1",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-hot-loader": "^3.0.0-beta.5",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.1",
"webpack-stream": "^3.2.0"
}
}