forked from webinos/webinos-policy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.21 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
{ "name": "webinos-policy"
, "publishConfig": { "tag": "alpha" }
, "description": "Policy Manager"
, "keywords": [ "webinos", "policy", "manager"]
, "version": "0.0.3"
, "homepage": "http://webinos.org/"
, "author": "Stefano Vercelli <stefano.vercelli@telecomitalia.it>, Salvatore Monteleone <salvatore.monteleone@dieei.unict.it>"
, "repository":
{ "type": "git"
, "url": "http://dev.webinos.org/git/wp4.git"
}
, "bugs":
{ "email": "webinos-wp4-ml@fokus.fraunhofer.de"
, "url": ""
}
, "directories": { "contrib": "./contrib"
, "demo": "./demo"
, "lib": "./lib"
, "src": "./src"
}
, "main": "./lib/policymanager.js"
, "dependencies":
{
"webinos-jsonrpc2" : "*"
, "JSV" : "4.x.x"
, "sax" : "0.x.x"
, "xml2js" : "0.x.x"
, "data2xml" : "0.8.x"
, "node-uuid": "1.3.x"
, "crypto": "0.x.x"
}
, "devDependencies" :
{
"jasmine-node" : "1.x.x"
, "webinos-utilities" : "git://github.com/webinos/webinos-utilities.git"
, "webinos-api-applauncher": "git://github.com/webinos/webinos-api-applauncher"
}
, "bundleDependencies":
[
]
, "scripts": {
"install": "node-gyp configure build"
, "test": "./test/tools/run-all.sh"
}
}