Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json - github.com/twbs/rewire.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3336fedf0aa1fd11befdd392b59394d0eed9af23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
    "name" : "rewire",
    "version" : "1.0.4",
    "description" : "Dependency injection for node.js applications",
    "keywords" : [
        "dependency",
        "injection",
        "mock",
        "unit",
        "test",
        "leak",
        "inspect"
    ],
    "author" : {
        "name" : "Johannes Ewald",
        "email" : "mail@johannesewald.de",
        "web" : "http://johannesewald.de"
    },
    "main" : "lib/index.js",
    "homepage": "https://github.com/jhnns/rewire",
    "bugs" : {
        "url" : "https://github.com/jhnns/rewire/issues",
        "email" : "mail@johannesewald.de"
    },
    "repository": {
        "type": "git",
        "url": "git://github.com/jhnns/rewire.git"
    },
    "engines" : {
        "node" : "<0.9.x"
    },
    "devDependencies": {
        "mocha": "1.x",
        "expect.js": "0.x",
        "browserify": "1.x",
        "webpack": "0.8.x",
        "coffee-script": "1.x"
    },
    "scripts" : {
        "test" : "node node_modules/mocha/bin/mocha -R spec"
    }
}