{
  "name": "duun",
  "version": "0.3.0",
  "author": "Matt Lubner <matt@mattlubner.com>",
  "description": "Duun is an extensible sandbox for decoupling web application components.",
  "homepage": "https://github.com/mattlubner/duun",
  "main": "index.js",
  "scripts": {
    "lint": "eslint *.js",
    "mocha": "mocha",
    "test": "mocha test/test.*.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mattlubner/duun.git"
  },
  "bugs": {
    "url": "https://github.com/mattlubner/duun/issues"
  },
  "keywords": [
    "duun",
    "dune",
    "doon",
    "sandbox",
    "web",
    "application",
    "webapp",
    "decouple",
    "components",
    "extensible"
  ],
  "license": "ISC",
  "devDependencies": {
    "chai": "^3.0.0",
    "director": "^1.2.8",
    "eslint": "^1.10.3",
    "event-emitter": "^0.3.4",
    "gulp": "^3.9.0",
    "gulp-ejs": "^1.2.2",
    "gulp-rename": "^1.2.2",
    "gulp-replace": "^0.5.4",
    "mocha": "^2.2.1",
    "moment": "^2.11.1",
    "rsvp": "^3.1.0",
    "sinon": "^1.14.1",
    "superagent": "^1.6.1"
  }
}
