mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-13 14:55:54 +10:00
added faker.js
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "Faker",
|
||||
"filename": "MinFaker.js",
|
||||
"description": "Generate massive amounts of fake contextual data",
|
||||
"version": "0.5.11",
|
||||
"author": "Marak Squires <marak.squires@gmail.com>",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "http://github.com/Marak/Faker.js.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node_modules/.bin/mocha test/*.*.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"jshint": "0.9.0",
|
||||
"istanbul": "0.1.25",
|
||||
"mocha": "1.7.4",
|
||||
"node-minify": "*",
|
||||
"optimist" : "0.3.5",
|
||||
"sinon": "1.4.2"
|
||||
},
|
||||
"engine": [
|
||||
"node >=0.1.90"
|
||||
],
|
||||
"main": "index"
|
||||
}
|
||||
Reference in New Issue
Block a user