{
  "name": "mithril-admin",
  "version": "0.2.7",
  "description": "Mithril.js based admin interface for RestFull web-services. ",
  "main": "lib/client/index.js",
  "scripts": {
    "test": "node ./node_modules/.bin/mocha ./lib/**/*.test.js",
    "start": "node server.js"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:kopa-app/mithril-admin.git"
  },
  "keywords": [
    "kopa",
    "mithril",
    "admin",
    "rest",
    "web-service"
  ],
  "author": "Ondrej Brinkel <info@kopa.io>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kopa-app/mithril-admin/issues"
  },
  "homepage": "https://github.com/kopa-app/mithril-admin",
  "dependencies": {
    "dashify": "0.1.0",
    "es6-promise": "^3.0.2",
    "is-array": "1.0.1",
    "lodash": "3.10.1",
    "mithril": "0.2.0",
    "moment": "2.10.6",
    "pikaday": "1.4.0",
    "pluralize": "1.1.6",
    "superagent": "1.3.0"
  },
  "devDependencies": {
    "browserify": "11.0.1",
    "expect.js": "0.3.1",
    "express": "4.13.3",
    "faker": "3.0.1",
    "json-server": "0.8.3",
    "mithril-admin-primercss": "0.0.2",
    "mithril-admin-bootstrap": "0.0.2",
    "mithril-query": "0.7.6",
    "mocha": "2.3.2",
    "query-string": "^3.0.0",
    "watchify": "3.4.0"
  }
}
