{
  "name": "archimedes",
  "version": "0.0.6",
  "description": "A simple ORDFM",
  "main": "lib",
  "scripts": {
    "prepublish": "npm run build",
    "build": "./node_modules/coffee-script/bin/coffee -co lib src/",
    "live": "./node_modules/coffee-script/bin/coffee -wco lib src/",
    "test": "npm run build && mocha lib/test/model lib/test/database",
    "coverage": "npm run build && mocha -r blanket -R html-cov lib/test/database lib/test/model > coverage.html && open coverage.html"
  },
  "files": [
    "lib"
  ],
  "keywords": [],
  "author": "Namlook",
  "license": "MIT",
  "config": {
    "blanket": {
      "pattern": [
        "lib/interface",
        "lib/rdf"
      ]
    }
  },
  "devDependencies": {
    "blanket": "^1.1.6",
    "chai": "~1.8.1",
    "coffee-script": "^1.9.1",
    "coffeeify": "~0.6.0",
    "mocha": "~1.14.0",
    "sinon": "~1.7.3"
  },
  "dependencies": {
    "underscore": "^1.6.0",
    "underscore.string": "~2.3.3",
    "objectdiff": "~1.1.0",
    "validator": "~3.1.0",
    "async": "~0.2.9",
    "extendonclass": "~1.0.0",
    "request": "~2.33.0",
    "superagent": "^0.17.0"
  }
}
