react-customizable-modal
Version:
Customizable modal component for React Application
40 lines (39 loc) • 988 B
JSON
{
"name": "react-customizable-modal",
"version": "1.0.0",
"description": "Customizable modal component for React Application",
"main": "./dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/rico345100/react-customizable-modal"
},
"keywords": [
"gulp",
"react",
"browserify",
"modal",
"customizable"
],
"author": ".modernator",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.21.0",
"babel-plugin-transform-class-properties": "^6.19.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babelify": "^7.3.0",
"browser-sync": "^2.18.6",
"browserify": "^13.3.0",
"gulp": "^3.9.1",
"gulp-sass": "^3.1.0",
"gulp-util": "^3.0.8",
"persistify": "^1.1.1",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.8.0"
}
}