{
  "name": "amber-cli",
  "version": "0.0.4",
  "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-cli.git#0.0.4"
  },
  "engines": {
    "node": ">=0.8.0"
  },
  "bin": {
    "amber": "./cli/support/amber-cli.js",
    "amberc": "./cli/support/amberc-cli.js"
  },
  "scripts": {
    "test": "grunt amberc:amber_cli && ./bin/amber tests"
  },
  "dependencies": {
    "es6-promise": "~0.1.1",
    "amdefine": "0.0.8",
    "amber": "~0.12.4",
    "grunt-init-amber": "git://github.com/amber-smalltalk/grunt-init-amber.git",
    "grunt-init": "~0.3.1",
    "bower": "~1.3.2"
  },
  "devDependencies": {
    "grunt": "~0.4.0",
    "grunt-contrib-jshint": "~0.3.0"
  }
}