-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1015 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
{
"name": "node-yandex-kassa",
"version": "0.1.1",
"description": "Node.js utilities to integrate Yandex.Kassa with your app",
"main": "dist/index.js",
"scripts": {
"build": "babel -d ./dist ./src",
"test": "babel-tape-runner test/*--test.js",
"publish": "git push --tags && npm publish"
},
"engines": {
"node": ">=0.10.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ZeroOneStudio/node-yandex-kassa.git"
},
"keywords": [
"yandex",
"kassa",
"payment",
"merchant",
"api"
],
"author": "Michael Romanenko <[email protected]> (http://github.com/romanenko)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ZeroOneStudio/node-yandex-kassa/issues"
},
"homepage": "https://github.com/ZeroOneStudio/node-yandex-kassa#readme",
"devDependencies": {
"babel": "^5.8.23",
"babel-tape-runner": "^1.2.0",
"tape": "^4.2.0"
},
"dependencies": {
"md5": "^2.0.0",
"object-to-xml": "^1.0.0"
}
}