UNPKG

lumen-foundation-apps

Version:
96 lines (95 loc) 2.32 kB
{ "name": "lumen-foundation-apps", "version": "0.7.0", "description": "'React port of foundation-apps'", "main": "index.js", "scripts": { "start": "./node_modules/.bin/gulp server", "prepublish": "./node_modules/.bin/babel ./src --out-dir ./lib --ignore *.min.js && ./node_modules/.bin/gulp dist" }, "repository": { "type": "git", "url": "https://github.com/lumenlearning/react-foundation-apps" }, "keywords": [ "react", "foundation-apps", "modal", "panel", "accordion", "tabs", "offcanvas", "interchange", "notification", "actionsheet", "react-component" ], "author": { "name": "Kiran Abburi" }, "license": "MIT", "bugs": { "url": "https://github.com/lumenlearning/react-foundation-apps/issues" }, "homepage": "https://github.com/lumenlearning/react-foundation-apps", "devDependencies": { "autoprefixer-core": "^4.0.1", "babel": "^5.6.7", "babel-core": "^4.1.1", "babel-loader": "^4.0.0", "css-loader": "^0.9.0", "del": "^1.1.0", "escape-loader": "*", "gulp": "^3.8.10", "gulp-sass": "^2.0.1", "highlight.js": "^8.4.0", "highlightjs-themes": "git+https://github.com/akiran/highlightjs-themes", "html-loader": "^0.2.3", "jsx-loader": "^0.12.2", "markdown-loader": "^0.1.2", "multiline": "^1.0.1", "postcss-loader": "^0.2.0", "raw-loader": "^0.5.1", "react": "*", "react-highlight": "git+https://github.com/akiran/react-highlight.git", "react-hot-loader": "^1.2.3", "react-layer-mixin": "*", "react-responsive-mixin": "^0.3.*", "react-router": ">=0.12", "run-sequence": "^1.0.2", "style-loader": "^0.8.2", "webpack": "^1.4.13", "webpack-dev-server": "^1.6.6" }, "peerDependencies": { "react": "*", "react-responsive-mixin": "*", "pubsub-js": "^1.5.x", "object-assign": "^2.0.*" }, "dependencies": { "object-assign": "^2.0.0", "pubsub-js": "^1.5.0", "tether": "^0.6.5", "foundation-apps": "~1.1.0" }, "browserify": { "transform": [ [ "reactify", { "es6": true } ] ] }, "npmName": "lumen-foundation-apps", "npmFileMap": [ { "basePath": "/dist/", "files": [ "*.js" ] } ] }