knuth-shuffle.js/bower.json

12 lines
175 B
JSON
Raw Normal View History

2013-12-03 20:20:38 +00:00
{
"name": "knuth-shuffle",
"version": "1.0.0",
"main": "index.js",
"ignore": [
".jshintrc"
, "package.json"
],
"dependencies": {},
"devDependencies": {}
}