lasso-node
Version:
JavaScript widget and page unit testing with on the fly instrumentation
61 lines (60 loc) • 1.34 kB
JSON
{
"name": "lasso-node",
"description": "JavaScript widget and page unit testing with on the fly instrumentation",
"version": "0.1.13",
"author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>",
"bin": "./lasso.js",
"bugs": {
"url": "https://github.com/bahmutov/lasso/issues"
},
"contributors": [],
"dependencies": {
"connect": "2.27.6",
"istanbul": "0.3.5",
"lodash": "2.4.1",
"optimist": "0.6.1",
"regexp-quote": "0.0.0",
"untested": "0.1.5"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-bump": "0.0.16",
"grunt-complexity": "0.2.0",
"grunt-contrib-jshint": "0.10.0",
"grunt-nice-package": "0.9.2",
"matchdep": "0.3.0",
"pre-git": "0.1.1"
},
"engines": {
"node": ">= 0.8.0"
},
"homepage": "https://github.com/bahmutov/lasso",
"keywords": [
"testing",
"unit test",
"unit testing",
"js",
"javascript",
"coverage",
"code coverage",
"istanbul",
"phantomjs",
"node"
],
"license": "MIT",
"main": "./lasso.js",
"pre-commit": "npm test",
"pre-push": [
"rm -rf node_modules",
"npm install",
"npm test"
],
"preferGlobal": true,
"repository": {
"type": "git",
"url": "https://github.com/bahmutov/lasso.git"
},
"scripts": {
"test": "node lasso.js ./examples/basic/foo.html"
}
}