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: 645f76cec16b35d94be0c6ff64a7bfe0851ce75a (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
{
    "name" : "rewire",
    "version" : "0.3.1",
    "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": "http://jhnns.github.com/rewire",
    "bugs" : {
        "url" : "http://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.2.x",
        "expect.js": "0.1.x",
        "browserify": ">=1.13.5 <1.14.x"
    },
    "scripts" : {
        "test" : "mocha -R spec"
    }
}