{
  "name": "yester",
  "version": "0.10.0",
  "description": "A simple js routing solution",
  "main": "lib/index.js",
  "typings": "lib/index",
  "scripts": {
    "demo": "ts-node fuse.ts production",
    "demo:live": "ts-node fuse.ts dev",
    "build": "tsc -p .",
    "unittest": "mocha ./lib/tests/**/*.js",
    "test": "npm run build && npm run unittest",
    "preversion": "npm run build",
    "postversion": "git push --follow-tags && npm publish",
    "start": "npm run build -- -w & npm run unittest -- --watch & npm run demo:live",
    "publishdemo": "npm run demo && ts-node ./src/scripts/publishdemo.ts",
    "prepublish": "npm run build"
  },
  "author": "",
  "license": "MIT",
  "devDependencies": {
    "@types/express": "^4.0.35",
    "@types/history": "^4.5.0",
    "@types/mocha": "2.2.38",
    "@types/node": "7.0.4",
    "@types/react": "^15.0.5",
    "@types/react-dom": "^0.14.22",
    "babel-polyfill": "^6.22.0",
    "csstips": "0.0.3",
    "fuse-box": "2.0.0",
    "fuse-hmr": "0.2.0",
    "gh-pages": "0.11.0",
    "mobx": "^3.0.2",
    "mobx-react": "^4.1.0",
    "mocha": "3.1.2",
    "react": "^15.4.2",
    "react-dom": "^15.4.2",
    "ts-node": "^3.0.2",
    "typescript": "2.1.5",
    "typestyle": "0.26.1",
    "uglify-js": "^2.7.5"
  },
  "dependencies": {
    "history": "^4.6.1"
  }
}