UNPKG

pogo

Version:

A readable, DSL friendly programming language that compiles to JavaScript

48 lines (47 loc) 1.02 kB
{ "name": "pogo", "version": "0.10.0", "description": "A readable, DSL friendly programming language that compiles to JavaScript", "author": "Tim Macfarlane <timmacfarlane@gmail.com>", "repository": { "type": "git", "url": "https://github.com/featurist/pogoscript.git" }, "files": [ "index.js", "pogo.js", "lib", "bin" ], "scripts": { "test": "mocha --invert --grep @wip test/*Spec.* test/*/*Spec.*" }, "bin": { "pogo": "bin/pogo" }, "main": "index.js", "devDependencies": { "bluebird": "^2.2.1", "browserify": "", "chai": "^1.9.1", "glob": "", "install": "~0.1.7", "jison": "", "mocha": "^1.18.2", "pogoify": "0.0.3" }, "bugs": { "url": "https://github.com/featurist/pogoscript/issues" }, "dependencies": { "source-map": "~0.1.31", "uglify-js": "~2.4.13", "underscore": "1.4.4" }, "keywords": [ "language", "pogo" ], "license": "BSD-2-Clause", "browser": "lib/parser/compiler.js" }