browserify-testability
Version:
Testing utility for replacing dependencies with mock versions at test-time, without modifying the original source.
43 lines (42 loc) • 1.13 kB
JSON
{
"name": "browserify-testability",
"description": "Testing utility for replacing dependencies with mock versions at test-time, without modifying the original source.",
"author": "Joshua Toenyes <joshua.toenyes@me.com>",
"version": "1.0.0-a.3",
"license": "MIT",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/JoshuaToenyes/browserify-testability"
},
"bugs": {
"url": "https://github.com/JoshuaToenyes/browserify-testability/issues"
},
"dependencies": {
"underscore": "1.7.x",
"through": "2.3.x",
"browser-pack": "3.1.x"
},
"devDependencies": {
"mocha": "1.21.x",
"chai": "1.9.x",
"grunt": "0.4.x",
"grunt-contrib-copy": "0.5.x",
"grunt-coffeelint": "0.0.13",
"grunt-browserify": "3.0.x",
"grunt-contrib-coffee": "0.11.x",
"grunt-contrib-clean": "0.6.x",
"grunt-mocha-test": "0.11.x",
"grunt-contrib-watch": "0.6.x",
"grunt-mocha-phantomjs": "0.6.x"
},
"keywords": [
"testing",
"util",
"testability"
],
"scripts": {
"test": "grunt test",
"prepublish": "grunt compile"
}
}