{
  "name": "base-extend-backbone",
  "version": "0.1.4",
  "description": "基于backbone的扩展",
  "main": "./src/index.js",
  "scripts": {
    "test": "node ./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --colors ./configs/mocha/**/*.test.js",
    "start": "browser-sync start --server --files examples/**/*.*",
    "build": "WEBPACK=product webpack --colors --config ./configs/webpack/webpack.config.js ",
    "dev": "WEBPACK=dev webpack --colors --config ./configs/webpack/webpack.config.js",
    "coverage": "cat ./coverage/lcov.info | coveralls",
    "checkdir": "ls -a"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sapling-team/base-extend-backbone.git"
  },
  "keywords": [
    "extend",
    "backbone"
  ],
  "author": "icepy",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sapling-team/base-extend-backbone/issues"
  },
  "homepage": "https://github.com/sapling-team/base-extend-backbone#readme",
  "devDependencies": {
    "babel-core": "^6.7.4",
    "babel-loader": "^6.2.4",
    "babel-preset-es2015": "^6.6.0",
    "backbone": "^1.3.2",
    "browser-sync": "^2.11.2",
    "chai": "^3.5.0",
    "coveralls": "^2.11.9",
    "eslint": "^2.5.1",
    "eslint-loader": "^1.3.0",
    "extract-text-webpack-plugin": "^1.0.1",
    "istanbul": "^0.4.2",
    "jquery": "^2.2.2",
    "mocha": "^2.4.5",
    "sinon": "^1.17.3",
    "webpack": "^1.12.14"
  }
}
