forked from xendit/xendit-js-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 866 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 866 Bytes
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
{
"name": "xendit-js-node",
"version": "1.0.0",
"description": "JS client library for tokenizing credit cards as node modules",
"main": "./src/xendit.js",
"repository": {
"type": "git",
"url": "git+https://github.com/xendit/xendit-js-node"
},
"author": "0505gonzalez",
"license": "ISC",
"bugs": {
"url": "https://github.com/xendit/xendit-js-node/issues"
},
"homepage": "https://github.com/xendit/xendit-js-node",
"devDependencies": {
"assert-plus": "^1.0.0",
"async": "^2.1.4",
"browserify": "^13.1.1",
"grunt": "^1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-qunit": "^1.2.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0"
},
"dependencies": {
"base-64": "~0.1.0",
"fs-extra": "~2.1.2",
"underscore": "~1.8.3"
}
}