forked from omise/omise-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 956 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
{
"name": "omise",
"version": "0.5.7",
"description": "Omise Node.js bindings",
"main": "index.js",
"types": "types/index.d.ts",
"scripts": {
"jscs": "jscs *.js lib/*.js test/*.js",
"test": "mocha test",
"test:watch": "npm test -- --watch"
},
"repository": {
"type": "git",
"url": "https://github.com/omise/omise-node.git"
},
"author": "Omise <support@omise.co> (https://omise.co/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/omise/omise-node/issues"
},
"homepage": "https://github.com/omise/omise-node",
"dependencies": {
"@types/bluebird": "^3.5.15",
"@types/node": "^8.0.34",
"bluebird": "^2.9.12",
"https-proxy-agent": "^2.1.0",
"lodash": "^4.17.15"
},
"devDependencies": {
"chai": "^2.0.0",
"eslint": "^5.16.0",
"eslint-config-google": "^0.9.1",
"mocha": "^5.2.0",
"nock": "^9.3.3",
"tslint": "^5.7.0",
"typescript": "^2.5.3"
}
}