jsatomix-solutions
Version:
Human generated solutions for jsatomix levels.
32 lines (31 loc) • 681 B
JSON
{
"name": "jsatomix-solutions",
"version": "1.0.0",
"description": "Human generated solutions for jsatomix levels.",
"main": "index.js",
"scripts": {
"test": "tape test/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/figlief/jsatomix-solutions.git"
},
"keywords": [
"solutions",
"katomic",
"atomix",
"game"
],
"author": "Robert Ledger",
"license": "ISC",
"bugs": {
"url": "https://github.com/figlief/jsatomix-solutions/issues"
},
"homepage": "https://github.com/figlief/jsatomix-solutions#readme",
"dependencies": {
"csv-parse": "^1.1.0"
},
"devDependencies": {
"tape": "^4.5.1"
}
}