-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.67 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.67 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
{
"name": "cloudlet_platform",
"description": "The best project ever.",
"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/cloudlet-platform.git"
},
"main": "lib/main",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt default"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.10.0",
"jshint-stylish": "^1.0.0"
},
"dependencies": {
"cloudlet_api": "git+https://github.com/OPENi-ict/cloudlet-api.git",
"dao": "git+https://github.com/OPENi-ict/dao.git",
"m2nodehandler": "git+https://github.com/OPENi-ict/m2nodehandler.git",
"notifications": "git+https://github.com/OPENi-ict/notifications.git",
"object_api": "git+https://github.com/OPENi-ict/object-api.git",
"attachments_api": "git+https://github.com/OPENi-ict/attachment-api.git",
"swagger-def": "git+https://github.com/OPENi-ict/swagger-def.git",
"type_api": "git+https://github.com/OPENi-ict/type-api.git",
"search_api": "git+https://github.com/OPENi-ict/search_api.git",
"permissions_api": "git+https://github.com/OPENi-ict/permissions_api.git",
"auth_api": "git+https://github.com/OPENi-ict/auth-api.git",
"crud_api": "git+https://github.com/OPENi-ict/crud-api.git",
"openi_rrd": "git+https://github.com/OPENi-ict/openi_rrd",
"openi_aggregator" : "git+https://github.com/OPENi-ict/openi_aggregator",
"tracklet-worker" : "git+https://github.com/OPENi-ict/tracklet-worker",
"commander":""
},
"keywords": []
}