-
- Downloads
Merge branch 'develop'
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- .npmignore 1 addition, 0 deletions.npmignore
- lib/types/integer.js 0 additions, 0 deletionslib/types/integer.js
- lib/types/number.js 0 additions, 0 deletionslib/types/number.js
- lib/util/random.js 0 additions, 0 deletionslib/util/random.js
- package.json 5 additions, 5 deletionspackage.json
- spec/core/issues/allOf.json 1 addition, 0 deletionsspec/core/issues/allOf.json
- spec/core/issues/chance.json 15 additions, 0 deletionsspec/core/issues/chance.json
- spec/core/issues/format.json 17 additions, 0 deletionsspec/core/issues/format.json
- spec/core/keywords.json 2 additions, 2 deletionsspec/core/keywords.json
- spec/core/references.json 6 additions, 5 deletionsspec/core/references.json
- spec/core/types/integers.json 19 additions, 9 deletionsspec/core/types/integers.json
- spec/helpers.coffee 1 addition, 1 deletionspec/helpers.coffee
- spec/main-spec.coffee 7 additions, 0 deletionsspec/main-spec.coffee
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.1.5", | "version": "0.1.6", | ||
"description": "JSON-Schema + Faker", | "description": "JSON-Schema + Faker", | ||
"main": "lib/index.js", | "main": "lib/index.js", | ||
"author": { | "author": { | ||
... | @@ -16,15 +16,15 @@ | ... | @@ -16,15 +16,15 @@ |
"clone": "^0.1.19", | "clone": "^0.1.19", | ||
"glob": "^4.3.5", | "glob": "^4.3.5", | ||
"grunt": "^0.4.5", | "grunt": "^0.4.5", | ||
"grunt-parts": "^0.3.0", | "grunt-parts": "^0.3.1", | ||
"jayschema": "^0.3.1", | "jayschema": "^0.3.1", | ||
"semver": "^4.2.0", | "semver": "^4.2.0", | ||
"tv4": "^1.1.5", | "tv4": "^1.1.9", | ||
"z-schema": "^3.3.1" | "z-schema": "^3.3.1" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"chance": "^0.6.4", | "chance": "^0.7.4", | ||
"deref": "^0.2.6", | "deref": "^0.2.8", | ||
"faker": "^2.1.2", | "faker": "^2.1.2", | ||
"randexp": "^0.4.0" | "randexp": "^0.4.0" | ||
} | } | ||
... | ... |
spec/core/issues/chance.json
0 → 100644
Please register or sign in to comment