{
  "name": "noddity",
  "version": "4.2.2",
  "main": "./index.js",
  "license": "WTFPL",
  "author": {
    "name": "TehShrike",
    "email": "me@JoshDuff.com",
    "url": "http://joshduff.com"
  },
  "description": "A client-side cms with a flat-file backend",
  "repository": {
    "type": "git",
    "url": "https://github.com/TehShrike/noddity.git"
  },
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\"",
    "watch": "watchify js/index.js -o js/build.js -d",
    "build": "browserify js/index.js | uglifyjs -m > js/build.js"
  },
  "dependencies": {
    "fruitdown": "1.0.1",
    "hash-brown-router": "^1.3.3",
    "levelup": "~1.2.1",
    "noddity-butler": "~2.4.0",
    "noddity-linkifier": "~2.1.0",
    "noddity-render-dom": "^3.0.1",
    "pagedown": "~1.1.0",
    "ractive": "~0.7.3",
    "subleveldown": "~2.1.0",
    "xtend": "4.0.1"
  },
  "devDependencies": {
    "browserify": "^10.2.1",
    "watchify": "^3.2.1",
    "uglifyjs": "^2.4.10"
  }
}
