-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
54 lines (54 loc) · 1.11 KB
/
package.json
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "@carbon-io/carbond",
"version": "0.8.0",
"description": "Carbond",
"keywords": [
"carbond",
"carbon.io"
],
"contributors": [
"Will Shulman <[email protected]>",
"Greg Banks <[email protected]>"
],
"repository": {
"type": "git",
"url": "https://github.com/carbon-io/carbond"
},
"main": "index.js",
"directories": {
"lib": "./lib"
},
"engines": {
"node": ">=6.0.0"
},
"devDependencies": {
"deep-diff": "0.3.x",
"mocha": "2.x",
"mockery": "1.7.x",
"sinon": "2.3.x",
"tmp": "0.0.x"
},
"dependencies": {
"basic-auth": "1.0.x",
"bcryptjs": "2.3.0",
"body-parser": "1.12.3",
"bunyan": "1.8.4",
"cors": "2.8.x",
"express": "4.12.3",
"handlebars": "4.0.x",
"heap": "0.2.x",
"lodash": "4.15.x",
"on-finished": "2.3.x",
"request": "2.85.x",
"server-destroy": "1.0.x",
"toobusy-js": "~0.5.1",
"uuid": "3.0.x",
"z-schema": "3.17.0",
"@carbon-io/carbon-core": "0.7.x",
"mongodb-uri": "mongolab/mongodb-uri-node.git#v0.9.7"
},
"scripts": {
"test": "node test"
},
"preferGlobal": false
}