{
  "name": "databoxdex",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "dependencies": {
    "mithril": "^1.1.1"
  },
  "devDependencies": {},
  "scripts": {
    "start" : "budo --live --open index.js",
    "build" : "budo-demo index.js -i css img js",
    "test": "echo \"Error: no test specified\" && exit 1",
    "publish" : "npm run build; gh-pages -d dist"
  },
  "keywords": [],
  "author": "",
  "license": "ISC"
}
