-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.08 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.08 KB
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
{
"name": "dao",
"description": "OPENi Cloudlet Platform database access module",
"version": "0.1.0",
"homepage": "http://www.openi-ict.eu/",
"author": {
"name": "dmccarthy",
"email": "dmccarthy@tssg.org"
},
"repository": {
"type": "git",
"url": "git@github.com:OPENi-ict/dao.git"
},
"licenses": [
{
"type": "MIT",
"url": "/blob/master/LICENSE-MIT"
}
],
"main": "lib/main.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt nodeunit"
},
"dependencies": {
"async": "",
"couchbase": "2.0.8",
"dbc": "OPENi-ict/dbc",
"http-status": "",
"jsonminify": "",
"lazy.js": "",
"loglet": "git://github.com/OPENi-ict/loglet",
"m2nodehandler": "OPENi-ict/m2nodehandler",
"openi-cloudlet-utils": "OPENi-ict/cloudlet-utils",
"openi-logger": "OPENi-ict/openi-logger",
"uuid": "",
"dropbox": "",
"deep-equal":"",
"zmq": "~2.5.1"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.10.0",
"jshint-stylish": "^1.0.0"
},
"keywords": []
}