{
  "name": "luna",
  "version": "1.6.3",
  "description": "a reactive redux-like store",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "directories": {
    "example": "example",
    "test": "tests"
  },
  "homepage": "https://github.com/escherpad/luna#readme",
  "keywords": [
    "Redux",
    "Store",
    "RxJS",
    "Angular2",
    "ng2",
    "TypeScript",
    "ts"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/escherpad/luna.git"
  },
  "bugs": {
    "url": "https://github.com/escherpad/luna/issues"
  },
  "scripts": {
    "v": "tsc -v",
    "test": "karma start",
    "clean": "rimraf dist",
    "build:src": "tsc",
    "clean+build": "npm run clean && npm run build:src",
    "publish:patch": "npm run clean+build && git add . && git ci -m \"BUILD\" && npm version patch && npm publish && git push",
    "publish:minor": "npm run clean+build && git add . && git ci -m \"BUILD\" && npm version minor && npm publish && git push",
    "prepublish": "npm run clean+build"
  },
  "author": "Ge Yang <yangge1987@gmail.com>",
  "license": "MIT",
  "peerDependencies": {
    "rxjs": "^5.5.5"
  },
  "devDependencies": {
    "awesome-typescript-loader": "^0.15.9",
    "browserify": "^12.0.1",
    "es6-shim": "^0.35.0",
    "jasmine-core": "^2.4.1",
    "karma": "^0.13.22",
    "karma-browserify": "^4.4.2",
    "karma-chrome-launcher": "^0.2.2",
    "karma-jasmine": "^0.3.8",
    "karma-sourcemap-loader": "^0.3.6",
    "karma-typescript-preprocessor": "0.0.21",
    "karma-webpack": "^1.7.0",
    "rimraf": "^2.4.4",
    "rxjs": "^5.5.5",
    "sourcemap": "^0.1.0",
    "ts-loader": "^0.7.2",
    "tsify": "^0.13.1",
    "typescript": "^2.6.2",
    "typings": "^0.7.9",
    "webpack": "^1.12.9"
  },
  "dependencies": {}
}
