aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 307c1c9228890b2be9bf729c6f00a930870f9189 (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
{
    "name": "faker",
    "description": "Generate massive amounts of fake contextual data",
    "version": "1.1.0",
    "contributors": [
        "Marak Squires <[email protected]>",
        "Matthew Bergman <[email protected]>"
        ],
    "repository": {
        "type": "git",
        "url": "http://github.com/FotoVerite/faker.js.git"
    },
    "scripts": {
        "test": "node_modules/.bin/mocha test/*.*.js"
    },
    "devDependencies": {
        "jshint": "0.9.0",
        "istanbul": "0.1.25",
        "mocha": "1.7.4",
        "node-minify": "*",
        "optimist" : "0.3.5",
        "sinon": "1.4.2",
        "gulp": "3.8.8",
        "browserify": "5.11.1",
        "gulp-uglify": "1.0.1",
        "gulp-rename": "1.2.0",
        "gulp-mustache": "0.4.0",
        "vinyl-transform": "0.0.1"
    },
    "main": "index.js"
}