@kpi4me/golden-layout
Version:
A multi-screen javascript Layout manager https://golden-layout.com
54 lines (53 loc) • 1.38 kB
JSON
{
"name": "coffee-script-redux",
"author": "Michael Ficarra",
"version": "2.0.0-beta8",
"homepage": "https://github.com/michaelficarra/CoffeeScriptRedux",
"bugs": "https://github.com/michaelficarra/CoffeeScriptRedux/issues",
"description": "Unfancy JavaScript",
"keywords": [
"coffeescript",
"javascript",
"language",
"compiler"
],
"main": "./lib/module",
"bin": {
"coffee": "./bin/coffee"
},
"repository": {
"type": "git",
"url": "git://github.com/michaelficarra/CoffeeScriptRedux.git"
},
"scripts": {
"build": "make -j build",
"test": "make -j test"
},
"devDependencies": {
"mocha": "~1.12.0",
"pegjs": "git://github.com/dmajda/pegjs.git#bea6b1fde74c8aebf802f9bcc3380c65b241e1b7",
"commonjs-everywhere": "~0.9.0",
"cluster": "~0.7.7",
"semver": "~2.1.0"
},
"dependencies": {
"StringScanner": "~0.0.3",
"nopt": "~2.1.2"
},
"optionalDependencies": {
"esmangle": "~0.0.8",
"source-map": "0.1.11",
"escodegen": "~0.0.24",
"cscodegen": "git://github.com/michaelficarra/cscodegen.git#73fd7202ac086c26f18c9d56f025b18b3c6f5383"
},
"engines": {
"node": "0.8.x || 0.10.x"
},
"licenses": [
{
"type": "3-clause BSD",
"url": "https://raw.github.com/michaelficarra/CoffeeScriptRedux/master/LICENSE"
}
],
"license": "3-clause BSD"
}