{
  "name": "rescope",
  "version": "3.6.12",
  "description": "Flexible state management system based on flux architecture, stores data components & inheritable scopes",
  "repository": "https://github.com/CaipiLabs/caipi-rescope.git",
  "main": "dist/ReScope.js",
  "license": "MIT",
  "author": "Nathan Braun <caipilabs@gmail.com>",
  "scripts": {
    "build": "webpack&&webpack -p",
    "buildStaging": "webpack",
    "test": "mocha --compilers js:babel-core/register ./test/*.test.js -b",
    "dev": "webpack -w"
  },
  "dependencies": {
    "is": "^3.2.1",
    "shortid": "^2.2.8"
  },
  "devDependencies": {
    "babel-cli": "^6.14.0",
    "babel-core": "^6.3.17",
    "babel-loader": "^6.2.1",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-syntax-dynamic-import": "^6.18.0",
    "babel-plugin-transform-decorators-legacy": "^1.3.4",
    "babel-preset-es2015": "^6.3.13",
    "babel-preset-react": "^6.3.13",
    "babel-preset-stage-0": "^6.5.0",
    "babel-preset-stage-1": "^6.5.0",
    "eslint": "^3.14.1",
    "events": "^1.1.1",
    "file-loader": "^0.9.0",
    "mocha": "^3.5.1",
    "webpack": "^1.13.1",
    "webpack-closure-compiler": "^1.1.2",
    "webpack-node-externals": "^1.6.0"
  }
}
