UNPKG

nuclear-js-react-addons-chefsplate

Version:
72 lines (71 loc) 1.71 kB
{ "name": "nuclear-js-react-addons-chefsplate", "version": "1.0.1", "description": "React addons for nuclear-js", "main": "build/index.js", "scripts": { "build": "scripts/build.sh", "prepublish": "npm run build", "test": "npm run lint && karma start --single-run", "lint": "eslint .", "watch": "karma start" }, "authors": [ "Jordan Garcia", "Serge Havas" ], "license": "MIT", "bugs": { "url": "https://github.com/chefsplate/nuclear-js-react-addons/issues" }, "homepage": "https://github.com/chefsplate/nuclear-js-react-addons", "repository": { "type": "git", "url": "git://github.com/chefsplate/nuclear-js-react-addons" }, "keywords": [ "flux", "nuclear", "immutable", "react", "addons", "functional", "stateless" ], "files": [ "build", "dist" ], "dependencies": { "hoist-non-react-statics": "^1.0.2", "object-assign": "*" }, "devDependencies": { "babel": "^5.8.21", "babel-core": "^5.8.22", "babel-eslint": "^4.0.10", "babel-loader": "^5.3.2", "eslint": "^1.10.3", "eslint-plugin-react": "^3.12.0", "expect": "^1.13.4", "jsdom": "^6.1.0", "karma": "^0.13.15", "karma-chrome-launcher": "^0.2.2", "karma-mocha": "^0.2.1", "karma-webpack": "^1.7.0", "mocha": "^2.2.5", "mocha-jsdom": "^1.0.0", "node-libs-browser": "^0.5.2", "nuclear-js": "^1.2.1", "prop-types": "^15.5.10", "react": "^0.14.9", "react-addons-test-utils": "^0.14.3", "react-dom": "^0.14.3", "should": "^7.0.4", "webpack": "^1.11.0", "webpack-dev-server": "^1.10.1" }, "peerDependencies": { "react": "^16.0.0" } }