-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.51 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.51 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "tappay-nodejs",
"version": "2.0.11",
"description": "TapPay Backend SDK",
"main": "index.js",
"scripts": {
"test": "nodemon ./demo/app.js",
"test-api": "mocha -r ts-node/register test/*.test.ts",
"webpack": "webpack",
"build": "tsc -p . && webpack",
"buildtsc": "tsc -p .",
"bw": "babel --watch lib -d build --presets es2015,stage-2",
"ww": "webpack --watch",
"tscw": "tsc ./src/*.ts ./src/*/*.ts --outDir build --watch"
},
"author": "TapPay",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"@types/superagent": "^3.5.6",
"axios": "^0.17.1",
"body-parser": "^1.17.2",
"chai": "^4.1.2",
"express": "^4.15.3",
"mocha": "^4.0.1",
"pug": "^2.0.0-rc.2",
"superagent": "^3.5.2",
"ts-node": "^3.3.0",
"typescript": "^2.6.1"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/chai": "^4.0.5",
"@types/jasmine": "^2.8.2",
"@types/node": "^8.0.53",
"@types/superagent": "^3.5.3",
"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.1",
"webpack": "^3.4.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TapPay/tappay-nodejs.git"
},
"keywords": [
"TapPay",
"payment",
"nodejs",
"sdk"
],
"bugs": {
"url": "https://github.com/TapPay/tappay-nodejs/issues"
},
"homepage": "https://github.com/TapPay/tappay-nodejs#readme"
}