UNPKG

899 BJSONView Raw
1{
2 "name": "rewireify",
3 "version": "0.2.5",
4 "description": "Rewireify is a port of Rewire for Browserify that adds setter and getter methods to each module so that their behaviour can be modified for better unit testing.",
5 "main": "lib/index.js",
6 "scripts": {
7 "test": "node test/build.js && node test/spec.js"
8 },
9 "keywords": [
10 "browserify-transform",
11 "browserify",
12 "transform",
13 "testing",
14 "inspect",
15 "debug",
16 "mock",
17 "stub",
18 "test"
19 ],
20 "dependencies": {
21 "minimatch": "^2.0.7",
22 "rewire": "^2.3.3",
23 "through": "^2.3.7"
24 },
25 "devDependencies": {
26 "browserify": "10.x",
27 "sinon": "^1.14.0",
28 "vows": "^0.8.0"
29 },
30 "repository": {
31 "type": "git",
32 "url": "git@github.com:i-like-robots/rewireify.git"
33 },
34 "homepage": "https://github.com/i-like-robots/rewireify",
35 "author": "Matt Hinchliffe",
36 "license": "MIT"
37}