๐Ÿ“ฆ Anthonyzou / crate-client

๐Ÿ“„ package.json ยท 26 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26{
  "name": "crate-client",
  "version": "0.0.1",
  "description": "A crate client with pooled backends",
  "main": "index.js",
  "scripts": {
    "test": "mocha --compilers coffee:coffee-script/register"
  },
  "keywords": [
    "javascript",
    "crate",
    "poolee",
    "pool"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:Anthonyzou/crate-client.git"
  },
  "author": "Anthony Ou",
  "license": "ISC",
  "dependencies": {
    "coffee-script": "^1.10.0",
    "poolee": "^1.0.0"
  }
}