UNPKG

woving

Version:

Parses woving patterns. Woving is a domain specific language for generating patterns and instructions for weaving drafts.

35 lines (34 loc) 833 B
{ "name": "woving", "version": "1.3.0", "description": "Parses woving patterns. Woving is a domain specific language for generating patterns and instructions for weaving drafts.", "main": "index.js", "dependencies": { "nearley": "^2.20.1" }, "devDependencies": { "jest": "^29.6.0" }, "scripts": { "build": "nearleyc woving.ne -o woving.js", "pretest": "npm run build", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/pcsteppan/woving.git" }, "keywords": [ "loom", "weaving", "grammar", "nearley", "DSL" ], "author": "Patrick Steppan", "license": "MIT", "bugs": { "url": "https://github.com/pcsteppan/woving/issues" }, "homepage": "https://github.com/pcsteppan/woving#readme" }