UNPKG

nisp

Version:

A language that for easily build cross-language language

44 lines (43 loc) 1 kB
{ "name": "nisp", "version": "0.13.8", "description": "A language that for easily build cross-language language", "main": "core/index", "scripts": { "no": "no", "test": "no test", "prepublish": "no build" }, "files": [ "codemirror-mode/*.{js,d.ts}", "codemirror-mode/tokenizer/*.{js,d.ts}", "core/**/*.{js,d.ts}", "lib/**/*.{js,d.ts}", "parser/**/*.{js,d.ts}", "highlight/**/*.{js,css,d.ts}" ], "repository": { "type": "git", "url": "git+https://github.com/ysmood/nisp.git" }, "keywords": [ "lisp" ], "author": "http://ysmood.org", "license": "MIT", "bugs": { "url": "https://github.com/ysmood/nisp/issues" }, "homepage": "https://github.com/ysmood/nisp#readme", "devDependencies": { "@types/node": "7.0.5", "codemirror": "5.48.0", "fuzzaldrin": "^2.1.0", "junit": "1.4.9", "lodash": "^4.17.11", "nokit": "0.23.22", "pegjs": "0.10.0", "typescript": "2.2.1", "yaku": "0.17.8" } }