UNPKG

react-zurb-foundation

Version:

Foundation 6 components built with React.

61 lines (60 loc) 1.75 kB
{ "name": "react-zurb-foundation", "version": "0.0.1", "author": "Anton Schurov <anthony@abrend.com> (https://github.com/mochachai)", "scripts": { "lint": "eslint .", "check:lib": "npm run lint && npm run test", "build": "babel -d lib/ src/", "build:watch": "npm run build -- --watch", "test": "karma start" }, "repository": { "type": "git", "url": "https://github.com/felab/react-foundation.git" }, "main": "lib/index.js", "files": [ "LICENSE", "README.md", "CHANGELOG.md", "lib", "dist" ], "bugs": { "url": "https://github.com/felab/react-foundation/issues" }, "keywords": [ "react", "ecosystem-react", "react-component", "zurb", "zurb-foundation", "foundation" ], "devDependencies": { "babel-cli": "^6.4.5", "babel-core": "^6.4.5", "babel-eslint": "^4.1.8", "babel-loader": "^6.2.1", "babel-plugin-transform-react-constant-elements": "^6.4.0", "babel-preset-es2015": "^6.3.13", "babel-preset-react": "^6.3.13", "chai": "^3.5.0", "codecov.io": "^0.1.6", "coveralls": "^2.11.6", "eslint": "^1.10.3", "eslint-config-airbnb": "^4.0.0", "eslint-plugin-react": "^3.16.1", "isparta-loader": "^2.0.0", "karma": "^0.13.19", "karma-chrome-launcher": "^0.2.2", "karma-coverage": "^0.5.3", "karma-mocha": "^0.2.1", "karma-mocha-reporter": "^1.1.5", "karma-sourcemap-loader": "^0.3.7", "karma-webpack": "^1.7.0", "mocha": "^2.4.5", "webpack": "^1.12.12" } }