-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
39 lines (39 loc) · 1.23 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
{
"name": "webinos-api-contacts",
"publishConfig": { "tag": "beta" },
"description": "contacts API",
"keywords": ["webinos", "contacts" , "API"],
"version": "1.0.0",
"homepage": "http://developer.webinos.org/",
"author": "Paolo Vergori <[email protected]>, Michele Morello <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/webinos/webinos-api-contacts.git"
},
"bugs": {
"email": "[email protected]",
"url": "http://jira.webinos.org"
},
"directories": {
"contrib": "./contrib",
"doc": "./doc",
"lib": "./lib",
"node_modules": "./node_modules",
"src": "./src",
"test": "./test"
},
"main": "./lib/service",
"devDependencies": {
"webinos-jsonrpc2": "*",
"webinos-utilities": "git+https://github.com/webinos/webinos-utilities.git",
"zombie": "~2.0.0-alpha15",
"jasmine-node": "x.x.x"
},
"dependencies": {},
"bundleDependencies": [ "fs", "https", "path"],
"scripts": {
"preinstall":"node ./installWin32Ole.js",
"install":"node-gyp configure build",
"travis-api-test" : "./test/tools/travis-test.sh"
}
}