{ "name": "react-base16-styling", "version": "0.6.0", "description": "React styling with base16 color scheme support", "main": "lib/index.js", "scripts": { "build": "npm -s run build-lib && npm -s run build-flow", "build-lib": "NODE_ENV=production babel src --out-dir lib", "build-flow": "cp src/*.js.flow lib", "test": "ava", "lint": "eslint src", "preversion": "npm -s run lint && npm -s run test", "version": "npm run build && git add -A .", "postversion": "git push", "prepublish": "npm run build", "flow": "flow" }, "repository": { "type": "git", "url": "git+https://github.com/alexkuz/react-base16-styling.git" }, "keywords": [ "react", "theme", "base16", "styling" ], "author": "Alexander (http://kuzya.org/)", "license": "MIT", "bugs": { "url": "https://github.com/alexkuz/react-base16-styling/issues" }, "homepage": "https://github.com/alexkuz/react-base16-styling#readme", "devDependencies": { "ava": "^0.24.0", "babel-cli": "^6.6.5", "babel-core": "^6.7.4", "babel-eslint": "^8.0.3", "babel-plugin-transform-flow-strip-types": "^6.22.0", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-plugin-transform-runtime": "^6.6.0", "babel-preset-env": "^1.6.1", "eslint": "^4.13.1", "eslint-plugin-babel": "^4.1.0", "eslint-plugin-flowtype": "^2.30.0", "flow-bin": "^0.61.0", "pre-commit": "^1.1.3" }, "dependencies": { "base16": "^1.0.0", "lodash.curry": "^4.0.1", "lodash.flow": "^3.3.0", "pure-color": "^1.2.0" }, "pre-commit": [ "lint", "test" ], "ava": { "require": [ "babel-register" ], "babel": "inherit" } }