{
  "name": "amfjs",
  "version": "1.3.1",
  "description": "A simple AMF (ActionScript Message Format) library for Node.js",
  "main": "lib/amf-js.js",
  "directories": {
    "test": "test"
  },
  "devDependencies": {
    "mocha": "^2.2.1",
    "grunt-contrib-coffee": "^0.13.0",
    "grunt-mocha-test": "^0.12.7",
    "chai": "^2.1.1",
    "grunt": "^0.4.5"
  },
  "scripts": {
    "test": "grunt"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ProjectCryo/AMF.js.git"
  },
  "keywords": [
    "amf"
  ],
  "author": "molenzwiebel",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ProjectCryo/AMF.js/issues"
  },
  "homepage": "https://github.com/ProjectCryo/AMF.js"
}
