{
  "name": "cakejs2-spatial",
  "version": "0.0.24",
  "description": "CakeJS2 with spatial navigation.",
  "main": "index.js",
  "files": [
    "dist",
    "contrib",
    "lib",
    "index.js",
    "README.md",
    "LICENSE"
  ],
  "dependencies": {
    "spatial-virtual-dom": "0.0.19"
  },
  "devDependencies": {
    "browserify": "^13.1.1",
    "chai": "^3.5.0",
    "coveralls": "^2.11.15",
    "eslint": "^3.11.1",
    "jsdom": "^9.8.3",
    "mocha": "^3.2.0",
    "nyc": "^10.0.0",
    "sinon": "^1.17.6",
    "uglify-js": "^2.7.5"
  },
  "scripts": {
    "test": "npm run ci",
    "mocha": "mocha tests/**",
    "lint": "eslint lib/** tests/**",
    "ci": "npm run lint && npm run mocha",
    "cov": "nyc npm run ci && nyc report --reporter=text-lcov | coveralls",
    "prepublish": "mkdir -p dist && browserify --ignore-missing contrib/dist.js > dist/cake.js && browserify --ignore-missing contrib/dist.js | uglifyjs -c > dist/cake.min.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/linuxenko/cakejs2.git"
  },
  "keywords": [],
  "author": "Svetlana Linuxenko <linuxenko@yahoo.com> (http://www.linuxenko.pro)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/linuxenko/cakejs2/issues"
  },
  "homepage": "https://github.com/linuxenko/cakejs2#readme"
}
