-
- Downloads
0.5.0-rc9
Showing
- bower.json 1 addition, 1 deletionbower.json
- build/dist.js 13 additions, 12 deletionsbuild/dist.js
- dist/json-schema-faker.js 0 additions, 0 deletionsdist/json-schema-faker.js
- dist/json-schema-faker.min.js 0 additions, 0 deletionsdist/json-schema-faker.min.js
- lib/index.js 0 additions, 0 deletionslib/index.js
- package.json 2 additions, 3 deletionspackage.json
- yarn.lock 66 additions, 16 deletionsyarn.lock
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
{ | ||
"name": "json-schema-faker", | ||
"version": "0.5.0-rc8", | ||
"version": "0.5.0-rc9", | ||
"description": "JSON-Schema + fake data generators", | ||
"homepage": "http://json-schema-faker.js.org", | ||
"main": "lib/index.js", | ||
... | ... | @@ -73,7 +73,7 @@ |
"codecov": "^2.2.0", | ||
"faker": "^4.1.0", | ||
"fs-extra": "^3.0.1", | ||
"glob": "^7.1.2", | ||
"google-closure-compiler-js": "^20170626.0.0", | ||
"istanbul": "^0.4.5", | ||
"jasmine-node": "2.0.0-beta4", | ||
"jayschema": "^0.3.1", | ||
... | ... | @@ -88,7 +88,6 @@ |
"tv4": "^1.3.0", | ||
"typedoc": "^0.7.1", | ||
"typescript": "^2.3.4", | ||
"uglify-js": "^3.0.13", | ||
"z-schema": "^3.18.2" | ||
}, | ||
"dependencies": { | ||
... | ... |
Please register or sign in to comment