UNPKG

flounder

Version:
81 lines (80 loc) 2.58 kB
{ "name": "flounder", "version": "1.3.13", "author": "Mouse Braun <mouse@knoblau.ch>", "description": "a native friendly dropdown menu", "repository": { "type": "git", "url": "git+https://github.com/sociomantic-tsunami/flounder.git" }, "scripts": { "bash": "mkdir -p dist && cp ./src/styles/flounder-structure.css ./dist/flounder-structure.css", "build": "npm run bash && ./node_modules/.bin/gulp && npm run test", "gulp": "npm run bash && ./node_modules/.bin/gulp", "lint": "eslint ./src ./test ./scripts --ext .js", "lintFix": "eslint ./src ./test ./scripts --ext .js", "prepublishOnly": "npm run build", "stylelint": "./node_modules/.bin/stylelint './src/styles/*.css'", "test": "npm run lint && npm run stylelint && npm run test:unit:coverage:cli", "test:unit": "node_modules/.bin/babel-node node_modules/.bin/_mocha ./test/test.js -R nyan -r ./test/test-setup", "test:unit:coverage": "npm run test:unit:coverage:cli && npm run test:unit:coverage:report", "test:unit:coverage:cli": "node_modules/.bin/babel-node node_modules/.bin/babel-istanbul cover _mocha -- -R spec -r ./test/test-setup", "test:unit:coverage:report": "open coverage/lcov-report/index.html", "versionBump": "node ./scripts/version_bump.js" }, "devDependencies": { "array-uniq": "^1.0.3", "babel-cli": "^6.10.1", "babel-core": "^6.10.4", "babel-eslint": "^6.1.2", "babel-istanbul": "^0.12.2", "babel-preset-es2015": "^6.9.0", "babel-root-slash-import": "^1.1.0", "babelify": "^7.2.0", "browserify": "^16.2.2", "eslint": "^3.4.0", "eslint-plugin-react": "^6.2.0", "gulp": "^3.9.1", "gulp-header": "^1.7.1", "gulp-uglify": "^1.5.1", "jsdom": "^9.4.1", "mocha": "^5.2.0", "mocha-istanbul": "^0.2.0", "promise": "^7.1.1", "requirejs": "^2.1.22", "simulant": "^0.2.2", "sinon": "^1.17.4", "stylelint": "^7.11.0", "stylelint-no-browser-hacks": "^1.0.2", "stylelint-order": "^0.5.0" }, "dependencies": { "microbejs": "^0.4.20" }, "license": "MIT", "bugs": { "url": "https://github.com/sociomantic-tsunami/flounder/issues" }, "files": [ "CODE_OF_CONDUCT.md", "older_changes.md", "README.md", "src/", "dist/" ], "homepage": "https://github.com/sociomantic-tsunami/flounder", "main": "./src/core/flounder.js", "keywords": [ "select2", "dropdown", "plugin", "react", "component", "ui", "frontend", "select", "box", "flounder", "sociomantic" ] }