@mitchallen/lsystem
Version:
44 lines (43 loc) • 1.01 kB
JSON
{
"name": "@mitchallen/lsystem",
"version": "0.25.8",
"description": "L-System package ",
"keywords": [
"lsystem",
"turtle",
"logo"
],
"author": "Mitch Allen <github@mitchallen.com>",
"homepage": "https://github.com/mitchallen/drawing-kit/tree/main/packages/lsystem#readme",
"publishConfig": {
"access": "public"
},
"license": "MIT",
"main": "lib/lsystem.js",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/mitchallen/drawing-kit.git"
},
"scripts": {
"//": "npm run doc -ws --if-present",
"doc": "npx jsdoc2md lib/*.js > LSYSTEM-DOC.md",
"test": "npx mocha __tests__/*.test.js"
},
"bugs": {
"url": "https://github.com/mitchallen/drawing-kit/issues"
},
"dependencies": {
"@mitchallen/pen-turtle": "^0.33.0"
},
"devDependencies": {
"mocha": "^10.1.0"
},
"gitHead": "822a9ae1657099c0ced309b70f7c73e67e1b7173"
}