aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 1b5b68834aafe854dbbbd825fbd5163c4c96c454 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "name": "Faker",
    "description": "Generate massive amounts of fake contextual data",
    "version": "0.5.0",
    "author": "Marak Squires <[email protected]>",
    "repository": {
        "type": "git",
        "url": "http://github.com/Marak/Faker.js.git" 
    },
    "engine": [
        "node >=0.1.90" 
    ],
    "main": "Faker" 
}