UNPKG

manuel

Version:

A super customizable VDOM autocomplete with *production ready* defaults.

35 lines (34 loc) 1.29 kB
{ "name": "manuel", "version": "0.47.0", "description": "A super customizable VDOM autocomplete with *production ready* defaults.", "main": "index.js", "scripts": { "test": "npm run test:test && npm run test:report-coverage && npm run test:check-coverage", "test:test": "nyc --reporter=lcov tape \"./tests/*.js\" | tap-spec", "test:check-coverage": "nyc check-coverage --statements 99 --branches 90 --functions 97 --lines 99", "test:report-coverage": "nyc report", "dist:js-max": "browserify index.js --standalone manuel > dist/manuel.js", "dist:js-min": "cat dist/manuel.js | uglifyjs -mc > dist/manuel.min.js", "dist": "npm run dist:js-max && npm run dist:js-min", "release": "git push && npm version minor && npm publish", "prepublish": "npm run test && npm run dist" }, "author": "james.a.forbes@gmail.com <=> (http://james-forbes.com)", "license": "ISC", "devDependencies": { "browserify": "^14.4.0", "eslint": "^4.3.0", "eslint-plugin-fp": "^2.3.0", "flyd": "^0.2.4", "js-beautify": "^1.6.14", "mithril": "^0.2.8", "mithril-node-render": "0.5.2", "mithril-query": "1.0.2", "nyc": "^11.0.3", "ramda": "^0.24.1", "tap-spec": "^4.1.1", "tape": "^4.7.0", "uglify-js": "^3.0.26" } }