-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.07 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
{
"name": "@oddbit/nexudus",
"version": "0.2.10",
"description": "Nexudus API client",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"watch": "tsc -w -p .",
"build": "tsc -p .",
"test": "echo \"Warning: no test specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oddbit/nexudus-js.git"
},
"keywords": [
"Nexudus",
"Coworking",
"Member management"
],
"author": "Dennis Alund <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/oddbit/nexudus-js/issues"
},
"homepage": "https://github.com/oddbit/nexudus-js#readme",
"devDependencies": {
"@types/bluebird": "^3.5.19",
"@types/crypto-js": "^3.1.38",
"@types/lodash": "^4.14.91",
"@types/request-promise": "^4.1.38",
"@types/tough-cookie": "^2.3.1",
"typescript": "^2.5.3"
},
"dependencies": {
"bluebird": "^3.5.1",
"crypto-js": "^3.1.9-1",
"lodash": "^4.17.4",
"request": "^2.82.0",
"request-promise": "^4.2.2",
"tough-cookie": "^2.3.3"
}
}