-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 981 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
36
37
38
39
40
41
42
43
44
{
"name": "cloud-domapic-plugin",
"version": "1.0.0-alpha.1",
"description": "Plugin for connecting Controller to Domapic Cloud",
"main": "server.js",
"bin": {
"cloud-domapic-plugin": "./bin/cloud-domapic-plugin"
},
"files": [
"/lib",
"/bin",
"server.js"
],
"keywords": [
"domapic",
"plugin",
"cloud",
"service",
"online"
],
"scripts": {
"test": "narval",
"coveralls": "cat ./.coverage/lcov.info | coveralls",
"command": "./bin/cloud-domapic-plugin"
},
"dependencies": {
"domapic-service": "1.0.0-beta.2",
"public-ip": "^3.1.0",
"request": "^2.88.0",
"request-promise": "^4.2.4"
},
"devDependencies": {
"coveralls": "3.0.3",
"mockery": "^2.1.0",
"narval": "2.2.1"
},
"author": {
"name": "Javier Brea",
"url": "https://javierbrea.com"
},
"homepage": "http://domapic.com",
"license": "MIT",
"repository": "https://github.com/domapic/cloud-domapic-plugin"
}