-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 845 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 845 Bytes
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
27
28
29
30
31
32
33
34
35
{
"name": "cubedhost",
"version": "0.0.5",
"description": "Node.js client for the CubedHost Prisma API",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test CUBEDHOST_API=http://127.0.0.1:3000 mocha",
"watch": "NODE_ENV=test CUBEDHOST_API=http://127.0.0.1:3000 mocha --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CubedHost/cubedhost.js.git"
},
"keywords": [
"cubedhost",
"prisma",
"api",
"node",
"javascript"
],
"author": "CubedHost, LLC",
"license": "MIT",
"bugs": {
"url": "https://github.com/CubedHost/cubedhost.js/issues"
},
"homepage": "https://github.com/CubedHost/cubedhost.js#readme",
"devDependencies": {
"chai": "^4.0.0",
"eslint": "^3.19.0",
"mocha": "^3.4.2"
},
"dependencies": {
"superagent": "^3.5.2"
}
}