UNPKG

coffee-subscript

Version:

Integration between CoffeeScript and arbitrary DSL-s that compile to JavaScript

24 lines (23 loc) 841 B
{ "name": "coffee-subscript", "version": "0.0.5", "description": "Integration between CoffeeScript and arbitrary DSL-s that compile to JavaScript", "keywords": ["coffee", "coffee-script", "embedded", "dsl", "domain-specific", "language"], "homepage": "https://github.com/ngn/coffee-subscript/", "bugs": "https://github.com/ngn/coffee-subscript/issues?state=open", "author": "Nikolay G. Nikolov", "directories": { "lib": "./lib", "bin": "./bin" }, "main": "./lib/coffee-subscript", "repository": {"type": "git", "url": "https://github.com/ngn/coffee-subscript.git"}, "dependencies": { "coffee-script": ">=1.4.0" }, "devDependencies": { "docco": ">=0.3.0" }, "engines": {"node": ">=0.6.18"}, "licenses": [{"type": "MIT", "url": "https://github.com/ngn/coffee-subscript/raw/master/LICENSE"}] }