UNPKG

babel-plugin-react-remove-properties

Version:
49 lines (48 loc) 1.33 kB
{ "name": "babel-plugin-react-remove-properties", "version": "0.3.0", "description": "Removes React properties", "main": "lib/index.js", "scripts": { "lint": "eslint src test", "test:unit": "babel-node test/index.js", "test": "npm run lint && npm run test:unit && npm run flow", "build": "rm -rf lib && mkdir lib && babel src --out-dir lib", "flow": "flow", "prepublish": "npm run build" }, "repository": { "type": "git", "url": "https://github.com/oliviertassinari/babel-plugin-react-remove-properties.git" }, "keywords": [ "babel", "babel-plugin", "react", "minification", "properties" ], "files": [ "lib", "src" ], "author": "Olivier Tassinari <olivier.tassinari@gmail.com> (https://github.com/oliviertassinari)", "license": "MIT", "bugs": { "url": "https://github.com/oliviertassinari/babel-plugin-react-remove-properties/issues" }, "dependencies": {}, "devDependencies": { "babel-cli": "^6.14.0", "babel-core": "^6.14.0", "babel-eslint": "^8.0.0", "babel-preset-es2015": "^6.14.0", "babel-preset-react": "^6.11.1", "eslint": "^4.6.0", "eslint-plugin-flowtype": "^2.19.0", "eslint-plugin-import": "^2.0.0", "eslint-plugin-mocha": "^4.5.1", "flow-bin": "^0.57.1", "mocha": "^4.0.0" } }