Skip to content
Snippets Groups Projects
Commit b9e836a0 authored by Alvaro Cabrera's avatar Alvaro Cabrera
Browse files

Cleanup

parent b9f48977
No related branches found
No related tags found
No related merge requests found
{ {
"name": "json-schema-faker", "name": "json-schema-faker",
"version": "0.4.3", "version": "0.4.4",
"description": "JSON-Schema + fake data generators", "description": "JSON-Schema + fake data generators",
"homepage": "http://json-schema-faker.js.org", "homepage": "http://json-schema-faker.js.org",
"main": "index.js", "main": "index.js",
...@@ -15,8 +15,8 @@ ...@@ -15,8 +15,8 @@
"dist": "node build/dist.js", "dist": "node build/dist.js",
"tsc": "bash build/tsc.sh", "tsc": "bash build/tsc.sh",
"tsify": "browserify ts/index.ts -p [ tsify ] > dist/temp-bundle.js", "tsify": "browserify ts/index.ts -p [ tsify ] > dist/temp-bundle.js",
"typedoc": "./node_modules/.bin/typedoc --out docs/html ts/ --module commonjs", "typedoc": "typedoc --out docs/html ts/ --module commonjs",
"graphviz": "./node_modules/.bin/madge lib --dot > structure.gv" "graphviz": "madge lib --dot > structure.gv"
}, },
"contributors": [ "contributors": [
{ {
...@@ -36,10 +36,10 @@ ...@@ -36,10 +36,10 @@
"bugs": "https://github.com/json-schema-faker/json-schema-faker/issues", "bugs": "https://github.com/json-schema-faker/json-schema-faker/issues",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"chance": "^1.0.4", "chance": "^1.0.11",
"deref": "^0.6.4", "deref": "^0.6.4",
"faker": "3.0.1", "faker": "^4.1.0",
"randexp": "^0.4.3" "randexp": "^0.4.6"
}, },
"devDependencies": { "devDependencies": {
"browserify": "^13.1.1", "browserify": "^13.1.1",
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment