{
  "name": "apeman-front",
  "version": "0.0.24",
  "description": "Apeman front end module.",
  "main": "index.js",
  "scripts": {
    "test": "./ci/bin/test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tick-tack/apeman-front.git"
  },
  "author": "Taka Okunishi",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tick-tack/apeman-front/issues"
  },
  "homepage": "https://github.com/tick-tack/apeman",
  "dependencies": {
    "apeman-util": "latest"
  },
  "devDependencies": {
    "apeman-dev": "latest",
    "apeman-tasks": "latest",
    "bower": "1.3.8",
    "karma": "0.12.17",
    "karma-jasmine": "0.3.2",
    "karma-chrome-launcher": "0.1.4"
  }
}