Skip to content
Snippets Groups Projects
package.json 367 B
Newer Older
Tamlyn Rhodes's avatar
Tamlyn Rhodes committed
{
  "name": "pubsweet-graphcool",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "bcryptjs": "^2.4.3",
    "graphcool": "^0.9.2",
    "graphcool-lib": "^0.1.4",
    "validator": "^9.1.2"
  }
}