{
  "name": "amber",
  "version": "0.15.0-pre",
  "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"
  },
  "scripts": {
    "test": "grunt test && cd external && cd amber-cli && npm test && cd .. && cd .."
  },
  "devDependencies": {
    "amber-dev": "^0.3.0",
    "grunt": "^0.4.0",
    "grunt-contrib-clean": "^0.6.0",
    "grunt-contrib-jshint": "^0.11.0",
    "grunt-execute": "^0.2.1",
    "pegjs": "^0.8.0",
    "requirejs": "^2.1.15"
  }
}