-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
35 lines (35 loc) · 942 Bytes
/
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
{
"name": "webinos-api-policy"
, "publishConfig": { "tag": "alpha" }
, "description": "Policy Management API"
, "keywords": [ "webinos", "policy", "management", "API"]
, "version": "0.0.1"
, "homepage": "http://developer.webinos.org/"
, "bugs" : "http://jira.webinos.org"
, "contributors": [
"Giuseppe La Torre <[email protected]>"
, "Salvatore Monteleone <[email protected]>"
]
, "repository":{
"type": "git"
, "url": "https://github.com/webinos/Webinos-Platform"
}
, "bugs":{
"email": "[email protected]"
, "url": ""
}
, "directories": {
"doc": "./doc"
, "lib": "./lib"
, "test": "./test"
}
, "main": "./lib/webinos.rpc.policymanagement.js"
, "dependencies": {
"xml2js": "0.x.x"
, "data2xml": "0.8.x"
}
, "bundleDependencies":[
"fs"
, "path"
]
}