UNPKG

webforth

Version:

Forth implemented in Javascript

39 lines (38 loc) 1.05 kB
{ "author": { "name": "Mitra Ardron", "email": "mitra@mitra.biz", "url": "http://www.mitra.biz" }, "bugs": { "url": "https://github.com/mitra42/webforth/issues" }, "name": "webforth", "browserslist": "> 20%, not dead", "description": "Forth implemented in Javascript", "dependencies": {}, "devDependencies": { "eslint": "^7.18.0", "eslint-config-airbnb": "^18.2.1", "eslint-plugin-babel": "^5.3.1", "eslint-plugin-import": "^2.22.1", "eslint-plugin-jest": "^24.1.3", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-react": "^7.22.0", "eslint-plugin-react-hooks": "^4.2.0" }, "homepage": "https://github.com/mitra42/webforth#readme", "keywords": [ "forth" ], "license": "AGPL-3.0", "repository": { "type": "git", "url": "git://github.com/mitra42/webforth.git" }, "scripts": { "build": "for i in esp8266_webforth arduino_webforth; do cd $i; node --experimental-modules ./build_xc.mjs; cd .. ; done" }, "type": "module", "version": "0.1.0" }