UNPKG

kab

Version:

Know About Better - test your code

68 lines (67 loc) 1.61 kB
{ "name": "kab", "version": "0.2.0", "description": "Know About Better - test your code", "main": "index.js", "scripts": { "lint": "fecs --type=js --rule", "coverage": "babel-istanbul cover ./node_modules/jasmine-node/bin/jasmine-node --captureExceptions test/", "test": "npm run lint && npm run coverage", "coveralls": "cat ./coverage/lcov.info | coveralls" }, "bin": { "kab": "./bin/kab" }, "repository": "https://github.com/ecomfe/kab", "keywords": [ "fecs", "jscs", "jshint", "jslint", "eslint", "csslint", "csshint", "htmllint", "htmlhint", "jsbeautify", "cssbeautify", "htmlbeautify" ], "author": "chris <wfsr@foxmail.com>", "license": "MIT", "preferGlobal": true, "engines": { "node": ">=0.10" }, "bugs": { "url": "https://github.com/ecomfe/kab/issues" }, "homepage": "https://github.com/ecomfe/kab", "dependencies": { "ascii-table": "0.0.9", "babel-core": "6.x", "babel-istanbul": "^0.11.0", "benchmark": "^2.1.0", "chalk": "^1.1.1", "chokidar": "^1.7.0", "edp-browser-launcher2": "^0.4.5", "edp-core": "*", "edp-webserver": "latest", "jasmine-node": "^2.0.0", "manis": "^0.3.1", "marked": "^0.3.6", "minimatch": "^3.0.2", "minimist": "^1.2.0", "msee": "^0.3.1", "platform": "^1.3.1", "qransi": "0.0.2", "socket.io": "^2.0.3", "socket.io-client": "^2.0.3", "source-map-closest-match": "^0.1.1", "useragent": "^2.2.0" }, "devDependencies": { "coveralls": "^2.11.8", "fecs": "latest" } }