lsystem
Version:
A module that lets you create L-systems, which will take rules, then use those rules to transform strings into other strings.
30 lines (29 loc) • 682 B
JSON
{
"name": "lsystem",
"version": "1.2.1",
"description": "A module that lets you create L-systems, which will take rules, then use those rules to transform strings into other strings.",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git@github.com:jimkang/lsystem.git"
},
"keywords": [
"l-system",
"lsystem",
"grammar"
],
"author": "Jim Kang",
"license": "MIT",
"bugs": {
"url": "https://github.com/jimkang/lsystem/issues"
},
"homepage": "https://github.com/jimkang/lsystem",
"devDependencies": {
"lodash.pick": "^4.4.0",
"tape": "^4.9.1"
},
"dependencies": {}
}