{
  "name": "LDP-framework",
  "version": "0.0.1",
  "description": "Library for manipulating objects compatible with a LDP achitectures",
  "main": "LdpStore.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Open-Initiative/LDP-framework.git"
  },
  "author": "Sylvain Le Bon",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Open-Initiative/LDP-framework/issues"
  },
  "homepage": "https://github.com/Open-Initiative/LDP-framework",
  "dependencies": {
    "es6-promise": "^2.2.0",
    "handlebars": "^3.0.3",
    "jquery": "^2.1.4",
    "jsonld": "^0.3.22",
    "n3": "^0.4.3",
    "rdf-ext": "^0.2.4",
    "rdf-interfaces": "^0.1.1"
  },
  "devDependencies": {
    "grunt": "~0.4.5",
    "grunt-browserify": "~4.0.1",
    "grunt-contrib-jshint": "~0.11.3",
    "grunt-contrib-watch": "~0.6.1"
  }
}
