UNPKG

rizzo-next

Version:

The next generation of Lonely Planet's style guide and pattern library.

80 lines (79 loc) 2.24 kB
{ "name": "rizzo-next", "description": "Lonely Planet's style guide and pattern library.", "homepage": "http://rizzo.lonelyplanet.com", "license": "MIT", "main": "src/rizzo", "repository": { "type": "git", "url": "https://github.com/lonelyplanet/rizzo-next.git" }, "author": { "name": "Lonely Planet" }, "scripts": { "test": "karma start --single-run", "ci": "karma start", "docs": "node-sass sass/docs.scss -o dist/css --include-path=node_modules && esdoc -c esdoc.json", "sassdoc": "./node_modules/.bin/sassdoc sass --theme neat", "lint": "./node_modules/.bin/eslint src --ext .js,.jsx" }, "version": "0.9.10", "dependencies": { "airbrake-js": "^0.5.2", "babel-runtime": "^5.8.25", "clamp-js": "*", "es5-shim": "^4.1.13", "flamsteed": "latest", "handlebars": "^4.0.3", "history": "^1.11.1", "imagesloaded": "*", "jquery": "^2.1.4", "lodash": "^3.10.0", "mapbox.js": "^2.2.2", "moment": "^2.10.6", "photoswipe": "^4.1.0", "pickadate": "*", "picturefill": "*", "postal": "^1.0.7", "react": "^0.13.3", "resrc.js": "^0.9.5", "susy": "^2.2.6", "urlencode": "^1.1.0" }, "devDependencies": { "babel-eslint": "^4.1.3", "babel-loader": "^5.3.2", "css-loader": "^0.21.0", "esdoc": "^0.4.3", "esdoc-es7-plugin": "0.0.2", "eslint": "^1.8.0", "eslint-plugin-react": "^3.6.3", "expect.js": "^0.3.1", "file-loader": "^0.8.4", "handlebars-loader": "^1.1.4", "imports-loader": "^0.6.4", "inject-loader": "^2.0.1", "istanbul-instrumenter-loader": "^0.1.3", "json-loader": "^0.5.3", "jsx-loader": "^0.13.2", "karma": "^0.13.10", "karma-chrome-launcher": "^0.2.0", "karma-coverage": "^0.5.2", "karma-mocha": "^0.2.0", "karma-nyan-reporter": "^0.2.2", "karma-phantomjs-launcher": "^0.2.0", "karma-sinon": "^1.0.4", "karma-webpack": "^1.7.0", "mocha": "^2.2.5", "node-sass": "^3.4.2", "object-assign": "^3.0.0", "phantomjs": "^1.9.17", "sass-loader": "^3.1.1", "sassdoc": "^2.1.15", "sassdoc-theme-neat": "0.0.2", "sinon": "^1.17.1", "style-loader": "^0.13.0", "webpack": "^1.12.2" } }