{
  "name": "decojs",
  "description": "Scalable frontend architecture",
  "keywords": [
    "spa",
    "llp",
    "knockout",
    "require",
    "maintainable",
    "scalable",
    "architecture",
    "deco",
    "decojs"
  ],
  "author": {
    "name": "Marius Gundersen",
    "email": "npm@mariusgundersen.net",
    "url": "http://mariusgundersen.net"
  },
  "version": "0.9.1",
  "devDependencies": {
    "grunt": "~0.4.1",
    "grunt-bower-task": "^0.4.0",
    "grunt-bumpup": "^0.6.2",
    "grunt-contrib-requirejs": "~0.4.1",
    "grunt-contrib-uglify": "^0.9.1",
    "grunt-karma": "^0.12.0",
    "grunt-tagrelease": "^0.3.3",
    "jasmine-core": "^2.3.4",
    "jasmine-sinon": "^0.4.0",
    "jazzmine": "^1.1.0",
    "karma": "^0.13.9",
    "karma-jasmine": "^0.3.6",
    "karma-phantomjs-launcher": "^0.2.1",
    "karma-requirejs": "^0.2.2",
    "phantomjs": "^1.9.18",
    "sinon": "^1.16.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/decojs/DecoJS"
  },
  "scripts": {
    "test": "grunt ci-test"
  },
  "dependencies": {
    "es6-promise": "^2.0.0",
    "knockout": "^3.2.0",
    "es5-shim": "^4.0.3",
    "requirejs": "^2.1.15",
    "json": "^9.0.2"
  }
}