UNPKG

combojs

Version:

A combobox for intelligent, responsive search and filtering.

86 lines (80 loc) 3.42 kB
{ "name": "combojs", "version": "v0.1.61", "description": "A combobox for intelligent, responsive search and filtering.", "author": "Asger Hallas", "contributors": [ { "name": "Asger Hallas", "email": "ahl@asgerhallas.dk" }, { "name": "tugend", "email": "tugend@gmail.com" } ], "license": "MIT", "main": "lib/build/combo.js", "directories": { "lib": "lib/build", "tests": "tests/build", "tests_results": "tests/results" }, "scripts": { "clean:results": "del .\\tests\\results /Q /S", "clean:tests": "del .\\tests\\build /Q /S", "clean:lib": "del .\\lib\\build /Q /S", "clean": "npm run clean:results&& npm run clean:tests&& npm run clean:lib", "compile:stylus:lib": "stylus -U -o lib/build lib/combo.styl", "compile:coffee:lib": "coffee -o lib/build -c lib/", "compile:coffee:tests": "coffee -o tests/build -c tests/", "compile:lib": "npm run compile:stylus:lib& npm run compile:coffee:lib", "compile:tests": "npm run compile:coffee:tests", "compile": "npm run compile:lib& npm run compile:tests", "watch:stylus:lib": "title w:stylus:lib& stylus -o lib/build lib/combo.styl -w", "watch:coffee:lib": "title w:coffee:lib& coffee -o lib/build -wc lib/", "watch:coffee:tests": "title: w:coffee:tests& coffee -o tests/build -wc tests/", "watch:lib": "start npm run watch:stylus:lib& start npm run watch:coffee:lib", "watch:tests": "start npm run watch:coffee:tests", "watch": "npm run watch:lib& npm run watch:tests", "test:sanity": "title nightwatch& nightwatch -o tests/results/reports/sanity/ -g sanity", "test:dev": "title nightwatch& nightwatch -o tests/results/reports/dev/ -s fails", "test:chrome": "title nightwatch& nightwatch -o tests/results/reports/chrome/ -e chrome -s fails", "test:ie": "title nightwatch& nightwatch -o tests/results/reports/ie/ -e ie -s fails", "test:firefox": "title nightwatch& nightwatch -o tests/results/reports/firefox/ -e firefox -s fails", "report:sanity": "nightwatch-html-reporter -d tests/results/reports/sanity -o report_sanity.html", "report:dev": "nightwatch-html-reporter -d tests/results/reports/dev -o report_dev.html", "report:chrome": "nightwatch-html-reporter -d tests/results/reports/chrome -o report_chrome.html", "report:ie": "nightwatch-html-reporter -d tests/results/reports/ie -o report_ie.html", "report:firefox": "nightwatch-html-reporter -d tests/results/reports/firefox -o report_firefox.html", "report": "npm run report:chrome&& npm run report:ie&& npm run report:firefox", "setup": "npm run clean& npm run compile", "test": "npm run test:chrome&& npm run test:ie&& npm run test:firefox&& npm run report", "start": "npm run clean& npm run compile&& npm run watch&& start ./tests/index.html" }, "repository": { "type": "git", "url": "https://github.com/asgerhallas/combojs" }, "keywords": [ "searchbox", "combobox", "reponsive", "filter" ], "bugs": { "url": "https://github.com/asgerhallas/combojs/issues" }, "homepage": "https://github.com/asgerhallas/combojs", "dependencies": { "jquery": "^2.1.3", "underscore": "^1.7.0" }, "devDependencies": { "coffee-script": "^1.8.0", "nightwatch": "^0.5.36", "nightwatch-html-reporter": "^0.2.11", "stylus": "^0.49.3", "watch": "^0.13.0" } }