{ "name": "amber-cli", "version": "0.13.0-5", "description": "An implementation of the Smalltalk language that runs on top of the JS runtime.", "homepage": "http://amber-lang.net", "keywords": [ "javascript", "smalltalk", "language", "compiler", "web" ], "author": { "name": "Nicolas Petton", "email": "petton.nicolas@gmail.com", "url": "http://www.nicolas-petton.fr" }, "license": { "type": "MIT" }, "repository": { "type": "git", "url": "git://github.com/amber-smalltalk/amber.git" }, "engines": { "node": ">=0.8.0" }, "bugs": { "url": "https://github.com/amber-smalltalk/amber/issues?labels=in+cli" }, "bin": { "amber": "./support/amber-cli.js", "amberc": "./support/amberc-cli.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "amber": "^0.13", "grunt-init-amber": "^0.13.0", "grunt-init": "^0.3.1", "bower": "^1.3.9", "amber-dev": "^0.2.2", "grunt-cli": "^0.1.13" } }