44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "formsy-react",
|
|
"version": "0.12.6",
|
|
"description": "A form input builder and validator for React JS",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/christianalfoni/formsy-react.git"
|
|
},
|
|
"main": "src/main.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"examples": "webpack-dev-server --config examples/webpack.config.js --content-base examples"
|
|
},
|
|
"author": "Christian Alfoni",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"react",
|
|
"form",
|
|
"forms",
|
|
"validation",
|
|
"react-component"
|
|
],
|
|
"devDependencies": {
|
|
"browserify": "^6.2.0",
|
|
"glob": "^4.0.6",
|
|
"gulp": "^3.8.9",
|
|
"gulp-if": "^1.2.4",
|
|
"gulp-livereload": "^3.4.0",
|
|
"gulp-notify": "^1.4.2",
|
|
"gulp-streamify": "0.0.5",
|
|
"gulp-uglify": "^0.3.1",
|
|
"gulp-util": "^3.0.0",
|
|
"jsx-loader": "^0.12.2",
|
|
"reactify": "^1.1.0",
|
|
"vinyl-source-stream": "^0.1.1",
|
|
"watchify": "^2.1.1",
|
|
"webpack": "^1.7.3",
|
|
"webpack-dev-server": "^1.7.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^0.13.1"
|
|
}
|
|
}
|