UNPKG

react-actionable

Version:
47 lines (46 loc) 1.2 kB
{ "name": "react-actionable", "version": "0.0.5", "description": "React UI components for actionable-js", "main": "lib/index.js", "scripts": { "compile": "babel -d lib/ source/", "lint": "eslint source/** test/**", "prepublish": "npm run lint && npm run compile", "test": "npm run compile && mocha --compilers js:babel-core/register test/*.js" }, "author": "Stjepan Rajko", "license": "ISC", "dependencies": { "react": "^0.14.8", "react-stylesheet": "^0.8.2" }, "devDependencies": { "babel-cli": "^6.6.5", "babel-preset-es2015": "^6.6.0", "babel-preset-react": "^6.5.0", "eslint": "^2.5.3", "eslint-config-airbnb": "^6.2.0", "eslint-plugin-react": "^4.2.3", "jsdom": "^8.3.0", "mocha": "^2.4.5", "react-addons-test-utils": "^0.14.8" }, "directories": { "test": "test" }, "repository": { "type": "git", "url": "git+https://github.com/srajko/react-actionable.git" }, "keywords": [ "actionable", "axosoft", "habitica", "react" ], "bugs": { "url": "https://github.com/srajko/react-actionable/issues" }, "homepage": "https://github.com/srajko/react-actionable#readme" }