{
  "name": "os-admin",
  "version": "0.1.0",
  "description": "A frontend app for manage Fiscal Data Packages",
  "main": "app/index.html",
  "engines": {
    "node": "^4.1.0",
    "npm": "^2.14.0"
  },
  "dependencies": {
    "angular": "^1.5.5",
    "angular-animate": "^1.5.5",
    "angular-marked": "^1.2.0",
    "bluebird": "^3.3.5",
    "font-awesome": "^4.5.0",
    "isomorphic-fetch": "^2.2.1",
    "jquery": "^2.1.4",
    "js-polyfills": "^0.1.12",
    "lodash": "^4.6.1",
    "os-bootstrap": "git+https://github.com/openspending/os-bootstrap.git",
    "os-mockups": "git+https://github.com/smth/os-mockups.git"
  },
  "devDependencies": {
    "express": "^4.14.0",
    "chai": "^3.4.0",
    "eslint": "^3.12.0",
    "eslint-config-google": "^0.7.1",
    "file-loader": "^0.9.0",
    "gulp": "^3.9.0",
    "gulp-autoprefixer": "^3.1.0",
    "gulp-concat": "^2.6.0",
    "gulp-less": "^3.0.5",
    "gulp-minify-css": "^1.2.1",
    "gulp-rename": "^1.2.2",
    "gulp-sourcemaps": "^1.6.0",
    "json-loader": "^0.5.4",
    "mocha": "^2.3.3",
    "nock": "^8.0.0",
    "raw-loader": "^0.5.1",
    "resolve": "^1.1.6",
    "stringify": "^5.1.0",
    "supertest": "^1.2.0",
    "vinyl-buffer": "^1.0.0",
    "vinyl-source-stream": "^1.1.0",
    "webpack": "^1.14.0",
    "zombie": "^4.2.1"
  },
  "scripts": {
    "start": "xdg-open index.html",
    "test": "mocha tests/*.js",
    "posttest": "npm run review",
    "review": "eslint app tests gulpfile.js webpack.config.js",
    "build:assets": "gulp",
    "build:app": "webpack --hide-modules --config webpack.config.js",
    "build": "npm run build:assets && npm run build:app"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/openspending/os-admin.git"
  },
  "author": {
    "name": "Open Knowledge",
    "email": "info@okfn.org",
    "url": "https://okfn.org/"
  },
  "contributors": [
    {
      "name": "Levko Kravets",
      "email": "levko.ne@gmail.com"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/openspending/os-admin/issues"
  },
  "homepage": "https://github.com/openspending/os-admin#readme"
}
