{
  "name": "@stejar/framework",
  "version": "0.0.2",
  "publishConfig": {
    "access": "public"
  },
  "description": "Stejar framework",
  "files": [
    "*.md",
    "docs",
    "dist"
  ],
  "main": "dist/lib/index",
  "module": "dist/es5/index",
  "jsnext:main": "dist/es6/index",
  "types": "dist/types/index.d.ts",
  "repository": "middleout/stejar-framework",
  "homepage": "https://github.com/middleout/stejar-framework#readme",
  "bugs": "https://github.com/middleout/stejar-framework/issues",
  "scripts": {
    "build": "npm run build-es6 && npm run build-es5 && npm run build-types",
    "build-es6": "rimraf ./dist/es6 && tsc --outDir ./dist/es6 --jsx react",
    "build-es5": "rimraf ./dist/es5 && tsc --outDir ./compiled/es5 && babel ./compiled/es5 --out-dir dist/es5 --source-maps --retain-lines --presets=es2015 && rimraf ./compiled ",
    "build-types": "rimraf ./dist/types && tsc --declaration --outDir ./dist/types && rimraf ./dist/types/*.js && rimraf ./dist/types/**/*.js && cp ./typings/* ./dist/types",
    "deploy": "npm run build && bump --prompt --push --all",
    "publish-please": "publish-please",
    "prepublish": "publish-please guard"
  },
  "authors": [
    "Andrei Gabreanu"
  ],
  "license": "MIT",
  "dependencies": {
    "@hughfdjackson/promise-extras": "github:hughfdjackson/promise-extras",
    "@types/history": "^4.5.0",
    "@types/invariant": "^2.2.28",
    "@types/lodash": "^4.14.52",
    "@types/numbro": "0.0.28",
    "@types/react": "^15.0.9",
    "@types/react-dom": "^0.14.23",
    "@types/react-helmet": "0.0.28",
    "@types/recompose": "^0.20.4",
    "@types/route-parser": "^0.0.0",
    "@types/storejs": "^1.3.1",
    "@types/whatwg-fetch": "^0.0.33",
    "@types/wolfy87-eventemitter": "4.2.31",
    "history": "^4.5.1",
    "hoist-non-react-statics": "^1.2.0",
    "invariant": "^2.2.2",
    "isomorphic-fetch": "^2.2.1",
    "lodash": "^4.17.4",
    "moment": "^2.17.1",
    "numbro": "1.9.3",
    "react": "^15.4.2",
    "react-dom": "^15.4.2",
    "react-helmet": "4.0.0",
    "react-tap-event-plugin": "^2.0.1",
    "recompose": "^0.22.0",
    "reflect-metadata": "^0.1.9",
    "route-parser": "^0.0.5",
    "rxjs": "^5.1.1",
    "store": "^1.3.20",
    "virgen-acl": "^0.0.20",
    "wolfy87-eventemitter": "^5.1.0"
  },
  "devDependencies": {
    "@types/jasmine": "^2.5.42",
    "@types/node": "^7.0.5",
    "babel-cli": "^6.23.0",
    "babel-core": "^6.23.1",
    "babel-plugin-transform-react-jsx": "6.23.0",
    "babel-plugin-transform-react-jsx-source": "^6.22.0",
    "babel-preset-es2015": "6.22.0",
    "expect": "^1.20.2",
    "istanbul-instrumenter-loader": "^2.0.0",
    "jasmine": "^2.5.3",
    "jasmine-core": "^2.5.2",
    "jsx-control-statements": "3.1.5",
    "karma": "^1.4.1",
    "karma-coverage": "^1.1.1",
    "karma-jasmine": "^1.1.0",
    "karma-phantomjs-launcher": "^1.0.2",
    "karma-sourcemap-loader": "^0.3.7",
    "npm-check-updates": "^2.10.2",
    "phantomjs-prebuilt": "^2.1.14",
    "publish-please": "^2.2.0",
    "rimraf": "^2.5.4",
    "tslib": "^1.5.0",
    "typescript": "^2.1.6",
    "version-bump-prompt": "^3.0.1"
  },
  "tags": [
    "stejar",
    "application",
    "bootstrap"
  ],
  "keywords": [
    "stejar",
    "application",
    "bootstrap"
  ]
}