tnoodle
Version:
[WIP] API for WCA Tnoodle scrambler program
35 lines (34 loc) • 769 B
JSON
{
"name": "tnoodle",
"version": "0.0.2",
"description": "[WIP] API for WCA Tnoodle scrambler program",
"main": "index.js",
"keywords": [
"tnoodle",
"wca",
"cube",
"cubing",
"puzzle",
"scramble"
],
"scripts": {
"lint": "eslint ./src/*.js",
"lint:fix": "npm run lint -- --fix",
"dev": "nodemon src/index --ignore *.json",
"build": "babel src/ --out-dir lib/"
},
"dependencies": {
},
"devDependencies": {
},
"repository": {
"type": "git",
"url": "git+https://github.com/plibither8/tnoodle-js.git"
},
"author": "Mihir Chaturvedi",
"license": "MIT",
"bugs": {
"url": "https://github.com/plibither8/tnoodle-js/issues"
},
"homepage": "https://github.com/plibither8/tnoodle-js#readme"
}