{
  "name": "ng-backbone",
  "title": "ngBackbone",
  "description": "A small extension of Backbone.js that unlocks Angular-like programming experience",
  "author": "Dmitry Sheiko",
  "main": "./dist/core.js",
  "typings": "./index.d.ts",
  "version": "1.0.2",
  "scripts": {
    "start": "http-server . -o",
    "build:demo": "tsc -p demo",
    "browserfy:demo": "npm run build:demo && cjsc demo/build/js/demo/src/app.js -o demo/build/js/app.bundled.js -M",
    "build": "tsc && npm run browserfy:demo",
    "update": "bash update.sh",
    "test": "tslint --project tsconfig.json && npm run test:ts",
    "test:ts": "tsc -p tests/ && cjsc tests/build/tests/index.spec.js -o tests/build/index.bundled.js && karma start",
    "test:demo": "tsc -p demo/tests  && cjsc demo/tests/build/demo/tests/index.spec.js -o demo/tests/build/index.bundled.js && karma start karma-demo.conf.js"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/fawek/codepainter/raw/master/LICENSE"
    }
  ],
  "keywords": [
    "Backbone",
    "Angular",
    "TypeScript",
    "form"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:dsheiko/ng-backbone.git"
  },
  "devDependencies": {
    "backbone.fetch": "^0.2.4",
    "backbone.localstorage": "github:jeromegn/Backbone.localStorage",
    "backbone.nativeview": "^0.3.3",
    "bootstrap": "^3.3.7",
    "cjsc": "^1.0.7",
    "es6-shim": "github:paulmillr/es6-shim",
    "exoskeleton": "^0.7.0",
    "http-server": "^0.9.0",
    "jasmine-core": "^2.4.1",
    "karma": "^1.2.0",
    "karma-chrome-launcher": "^0.1.4",
    "karma-firefox-launcher": "^0.1.3",
    "karma-jasmine": "^1.0.2",
    "karma-phantomjs-launcher": "^1.0.1",
    "phantomjs-prebuilt": "^2.1.12",
    "systemjs": "^0.19.36",
    "tslint": "^3.14.0",
    "typescript": "^1.8.10",
    "typings": "^1.3.3",
    "whatwg-fetch": "github:github/fetch"
  }
}
