UNPKG

1.1 kBJSONView Raw
1{
2 "name": "faker",
3 "description": "Generate massive amounts of fake contextual data",
4 "version": "4.1.0",
5 "contributors": [
6 "Marak Squires <marak.squires@gmail.com>"
7 ],
8 "repository": {
9 "type": "git",
10 "url": "http://github.com/Marak/Faker.js.git"
11 },
12 "scripts": {
13 "lint": "node_modules/.bin/jshint ./lib --config ./.jshintrc",
14 "test": "node_modules/.bin/mocha test/*.*.js",
15 "build": "cd build && ../node_modules/.bin/gulp && cd ../",
16 "doc": "jsdoc -c conf.json -t ./node_modules/ink-docstrap/template -R README.md lib"
17 },
18 "devDependencies": {
19 "browserify": "5.11.1",
20 "gulp": "^3.9.1",
21 "gulp-gh-pages": "^0.5.4",
22 "gulp-jsdoc3": "^0.2.1",
23 "gulp-mustache": "0.4.0",
24 "gulp-rename": "1.2.0",
25 "gulp-uglify": "1.0.1",
26 "ink-docstrap": "1.1.4",
27 "jsdoc": "^3.4.0",
28 "jshint": "0.9.0",
29 "lodash": "^4.6.1",
30 "mocha": "^3.2.0",
31 "node-minify": "*",
32 "optimist": "0.3.5",
33 "sinon": "1.4.2",
34 "through2": "2.0.0",
35 "vinyl-transform": "0.0.1"
36 },
37 "license": "MIT",
38 "main": "index.js",
39 "dependencies": {}
40}