-
- Downloads
including distribution files; closes #90
Showing
- .banner.txt 9 additions, 0 deletions.banner.txt
- CHANGELOG.md 49 additions, 0 deletionsCHANGELOG.md
- Gruntfile.js 44 additions, 2 deletionsGruntfile.js
- README.md 19 additions, 5 deletionsREADME.md
- dist/jsf-min.js 0 additions, 0 deletionsdist/jsf-min.js
- dist/jsf.js 0 additions, 0 deletionsdist/jsf.js
- package.json 11 additions, 5 deletionspackage.json
.banner.txt
0 → 100644
dist/jsf-min.js
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
dist/jsf.js
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
... | @@ -2,15 +2,16 @@ | ... | @@ -2,15 +2,16 @@ |
"name": "json-schema-faker", | "name": "json-schema-faker", | ||
"version": "0.2.6", | "version": "0.2.6", | ||
"description": "JSON-Schema + Faker", | "description": "JSON-Schema + Faker", | ||
"homepage": "http://json-schema-faker.js.org", | |||
"main": "lib/index.js", | "main": "lib/index.js", | ||
"author": { | |||
"name": "Alvaro Cabrera", | |||
"email": "pateketrueke@gmail.com" | |||
}, | |||
"contributors": [ | "contributors": [ | ||
{ | |||
"name": "Alvaro Cabrera", | |||
"email": "pateketrueke@gmail.com" | |||
}, | |||
{ | { | ||
"name": "Tomasz Ducin", | "name": "Tomasz Ducin", | ||
"email": "tomasz.ducin@gmail.com", | "email": "tomasz@ducin.it", | ||
"url": "http://ducin.it" | "url": "http://ducin.it" | ||
} | } | ||
], | ], | ||
... | @@ -18,6 +19,7 @@ | ... | @@ -18,6 +19,7 @@ |
"type": "git", | "type": "git", | ||
"url": "https://github.com/json-schema-faker/json-schema-faker" | "url": "https://github.com/json-schema-faker/json-schema-faker" | ||
}, | }, | ||
"bugs": "https://github.com/json-schema-faker/json-schema-faker/issues", | |||
"license": "MIT", | "license": "MIT", | ||
"dependencies": { | "dependencies": { | ||
"chance": "^0.8.0", | "chance": "^0.8.0", | ||
... | @@ -26,13 +28,17 @@ | ... | @@ -26,13 +28,17 @@ |
"randexp": "^0.4.2" | "randexp": "^0.4.2" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"browserify": "^13.0.0", | |||
"clone": "^1.0.2", | "clone": "^1.0.2", | ||
"glob": "^6.0.3", | "glob": "^6.0.3", | ||
"grunt": "^0.4.5", | "grunt": "^0.4.5", | ||
"grunt-browserify": "^4.0.1", | |||
"grunt-parts": "^0.5.7", | "grunt-parts": "^0.5.7", | ||
"jayschema": "^0.3.1", | "jayschema": "^0.3.1", | ||
"load-grunt-tasks": "^3.4.0", | |||
"semver": "^5.1.0", | "semver": "^5.1.0", | ||
"tv4": "^1.2.7", | "tv4": "^1.2.7", | ||
"uglifyify": "^3.0.1", | |||
"z-schema": "^3.16.1" | "z-schema": "^3.16.1" | ||
}, | }, | ||
"keywords": [ | "keywords": [ | ||
... | ... |
Please register or sign in to comment