-
- Downloads
0.5.0-rc11
Showing
- bower.json 1 addition, 1 deletionbower.json
- 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, 2 deletionspackage.json
- yarn.lock 31 additions, 17 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", | "name": "json-schema-faker", | ||
"version": "0.5.0-rc10", | "version": "0.5.0-rc11", | ||
"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": "lib/index.js", | "main": "lib/index.js", | ||
... | @@ -79,7 +79,7 @@ | ... | @@ -79,7 +79,7 @@ |
"jayschema": "^0.3.1", | "jayschema": "^0.3.1", | ||
"lodash.template": "^4.4.0", | "lodash.template": "^4.4.0", | ||
"rollup": "^0.49.0", | "rollup": "^0.49.0", | ||
"rollup-plugin-commonjs": "^8.0.2", | "rollup-plugin-commonjs": "^8.2.1", | ||
"rollup-plugin-node-resolve": "^3.0.0", | "rollup-plugin-node-resolve": "^3.0.0", | ||
"seedrandom": "^2.4.3", | "seedrandom": "^2.4.3", | ||
"semver": "^5.3.0", | "semver": "^5.3.0", | ||
... | ... |
Please register or sign in to comment