aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 6b3e74ba184757e1949c468857b37c664db14b51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "name": "Faker",
    "description": "Generate massive amounts of fake contextual data",
    "version": "0.5.6",
    "author": "Marak Squires <[email protected]>",
    "repository": {
        "type": "git",
        "url": "http://github.com/Marak/Faker.js.git"
    },
    "devDependencies": {
        "jshint": "0.9.0",
        "istanbul": "0.1.25",
        "mocha": "1.7.4",
        "node-minify": "*",
        "optimist" : "0.3.5",
        "sinon": "1.4.2"
    },
    "engine": [
        "node >=0.1.90"
    ],
    "main": "index"
}