84 lines
2.8 KiB
JSON
84 lines
2.8 KiB
JSON
{
|
|
"name": "react-csv",
|
|
"version": "1.0.6",
|
|
"description": "Build CSV files on the fly basing on Array/literal object of data ",
|
|
"main": "index.js",
|
|
"jsnext:main": "src/index.js",
|
|
"scripts": {
|
|
"cdn": "node cdn/generator.js",
|
|
"compile": "babel -d lib/ src/ --no-comments",
|
|
"prepublish": "npm run compile && npm run cdn",
|
|
"pretest": "npm run compile",
|
|
"test2": "node_modules/.bin/_mocha test",
|
|
"test": "node_modules/.bin/babel-node node_modules/.bin/babel-istanbul cover node_modules/.bin/_mocha -- test/*.js",
|
|
"coverage": "istanbul cover _mocha -- --ui bdd -R spec -t 5000;open ./coverage/lcov-report/index.html",
|
|
"cover": "node_modules/.bin/babel-node node_modules/.bin/babel-istanbul cover node_modules/.bin/_mocha",
|
|
"coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls",
|
|
"docgen": "documentation build src/** -f html -o docs",
|
|
"styleguide-server": "styleguidist server",
|
|
"styleguide-build": "styleguidist build"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/abdennour/react-csv.git"
|
|
},
|
|
"keywords": [
|
|
"csv",
|
|
"excel",
|
|
"react",
|
|
"file",
|
|
"IO",
|
|
"download",
|
|
"hyperlink",
|
|
"component",
|
|
"reuse",
|
|
"ES7",
|
|
"babel"
|
|
],
|
|
"author": "Abdennour TOUMI <http://abdennoor.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/abdennour/react-csv/issues"
|
|
},
|
|
"homepage": "https://github.com/abdennour/react-csv#readme",
|
|
"devDependencies": {
|
|
"babel-cli": "^6.18.0",
|
|
"babel-core": "^6.18.2",
|
|
"babel-istanbul": "^0.11.0",
|
|
"babel-loader": "^6.2.8",
|
|
"babel-plugin-react-html-attrs": "^2.0.0",
|
|
"babel-plugin-syntax-decorators": "^6.13.0",
|
|
"babel-plugin-transform-class-properties": "^6.19.0",
|
|
"babel-plugin-transform-decorators-legacy": "^1.3.4",
|
|
"babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
|
|
"babel-polyfill": "^6.16.0",
|
|
"babel-preset-es2015": "^6.18.0",
|
|
"babel-preset-react": "^6.16.0",
|
|
"babel-preset-stage-3": "^6.16.0",
|
|
"browserify": "^13.3.0",
|
|
"console-info": "0.0.4",
|
|
"coveralls": "^2.11.15",
|
|
"css-loader": "^0.26.1",
|
|
"enzyme": "2.7.1",
|
|
"expect": "^1.20.2",
|
|
"extract-text-webpack-plugin": "^1.0.1",
|
|
"isparta-loader": "^2.0.0",
|
|
"jsdom": "9.8.3",
|
|
"jsdom-global": "2.1.0",
|
|
"mocha": "^3.2.0",
|
|
"mocha-lcov-reporter": "^1.2.0",
|
|
"react": "15.4.1",
|
|
"react-addons-test-utils": "^15.4.1",
|
|
"react-docgen": "^2.13.0",
|
|
"react-dom": "15.4.1",
|
|
"react-styleguidist": "^4.6.3",
|
|
"sass-loader": "^4.0.2",
|
|
"sinon": "^1.17.6",
|
|
"style-loader": "^0.13.1",
|
|
"uglify-js": "^2.7.5",
|
|
"webpack": "^1.13.3",
|
|
"webpack-dev-middleware": "^1.8.4",
|
|
"webpack-dev-server": "^1.16.2",
|
|
"webpack-hot-middleware": "^2.13.2"
|
|
}
|
|
}
|