1 | {
|
2 | "name": "@daedalus/wso2",
|
3 | "version": "0.0.11",
|
4 | "description": "This is a set of tools to help connect and manage interactions with various WSO2 products. Please see README.MD for more details.",
|
5 | "main": "index.js",
|
6 | "scripts": {
|
7 | "test": "echo \"Error: no test specified\" && exit 1"
|
8 | },
|
9 | "repository": {
|
10 | "type": "git",
|
11 | "url": "git+https://temdu@bitbucket.org/daedalussolutions/wso2.git"
|
12 | },
|
13 | "keywords": [
|
14 | "wso2",
|
15 | "api"
|
16 | ],
|
17 | "author": "Jono Temlett",
|
18 | "license": "ISC",
|
19 | "homepage": "https://bitbucket.org/daedalussolutions/wso2#readme",
|
20 | "dependencies": {
|
21 | "axios": "0.17.1",
|
22 | "mongoose": "5.0.3",
|
23 | "request": "2.83.0"
|
24 | }
|
25 | }
|