{
  "name": "capejs",
  "version": "1.5.2",
  "description": "A lightweight Javascript UI framework based on virtual-dom",
  "main": "lib/cape.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "gulp test",
    "test2": "istanbul cover _mocha -- -R dot test/runner.js test/spec.js",
    "build": "browserify --standalone Cape lib/cape.js -o dist/cape.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/capejs/capejs.git"
  },
  "author": "Tsutomu Kuroda and other contributors",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/capejs/capejs/issues"
  },
  "homepage": "https://github.com/capejs/capejs",
  "engines": {
    "node": ">=5.5"
  },
  "dependencies": {
    "inflected": "^1.1.6",
    "virtual-dom": "2.1.1"
  },
  "devDependencies": {
    "babel-plugin-transform-object-assign": "^6.8.0",
    "babelify": "^7.3.0",
    "browserify": "^13.0.0",
    "chai": "^3.5.0",
    "gulp": "^3.9.1",
    "gulp-rename": "^1.2.2",
    "gulp-uglify": "^1.2.0",
    "gulp-watch": "^4.2.3",
    "istanbul": "^0.4.2",
    "jsdom": "~7.0.2",
    "karma": "^0.13.19",
    "karma-chrome-launcher": "^0.2.2",
    "karma-mocha": "^0.2.1",
    "mocha": "^2.2.4",
    "node-fetch": "^1.5.3",
    "sinon": "^1.14.1",
    "uglify-js": "latest",
    "vinyl-source-stream": "^1.1.0"
  },
  "keywords": [
    "virtual dom",
    "framework",
    "data binding",
    "lightweight",
    "user interface",
    "react"
  ]
}
