UNPKG

flounder-react

Version:
60 lines (59 loc) 1.65 kB
{ "name": "flounder-react", "version": "0.1.2", "author": "Mouse Braun <mouse@knoblau.ch>", "description": "a native friendly dropdown menu", "repository": { "type": "git", "url": "git+https://github.com/sociomantic-tsunami/flounder-react.git" }, "scripts": { "bash": "mkdir -p ./src/core && cp ./node_modules/flounder/src/core/* ./src/core && cp ./node_modules/flounder/dist/flounder-structure.css ./src/flounder-structure.css", "buildTests": "./node_modules/.bin/gulp buildTests", "build": "npm run gulp && echo \"All builds complete and tests passed.\"", "gulp": "npm run bash && ./node_modules/.bin/gulp", "test": "node --harmony ./scripts/nightmare.js", "versionBump": "node ./scripts/version_bump.js" }, "devDependencies": { "babelify": "^6.3.0", "browserify": "^11.2.0", "connect": "^3.4.0", "flounder": "^0.8.1", "gulp": "^3.9.0", "gulp-header": "^1.7.1", "gulp-uglify": "^1.5.1", "microbejs": "^0.5.2", "nightmare": "^2.1.1", "promise": "^7.1.1", "qunitjs": "^1.20.0", "react": "^0.14.8", "react-dom": "^0.14.8", "serve-static": "^1.10.0", "vo": "^1.0.3" }, "license": "MIT", "bugs": { "url": "https://github.com/sociomantic-tsunami/flounder-react/issues" }, "files": [ "CODE_OF_CONDUCT.md", "README.md", "dist/" ], "homepage": "https://github.com/sociomantic-tsunami/flounder-react", "main": "./src/flounder.react.jsx", "keywords": [ "select2", "dropdown", "plugin", "react", "component", "ui", "frontend", "select", "box", "flounder", "sociomantic" ] }