-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 924 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 924 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
33
34
35
36
{
"name": "endicia",
"version": "1.1.0",
"description": "Node.js SDK for Endicia Label Server API",
"main": "index.js",
"scripts": {
"test": "NODE_ENV='test' node ./node_modules/.bin/mocha ./test/ -R spec -t 35000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/continuous-software/node-endicia.git"
},
"keywords": [
"endicia",
"fulfillment",
"shipping",
"label"
],
"author": "Amine Mouafik <amine@mouafik.fr>",
"license": "ISC",
"bugs": {
"url": "https://github.com/continuous-software/node-endicia/issues"
},
"homepage": "https://github.com/continuous-software/node-endicia#readme",
"dependencies": {
"assert": "^1.3.0",
"bluebird": "^2.9.34",
"casual": "^1.4.7",
"mocha": "^2.2.5",
"node-uuid": "^1.4.3",
"object-assign": "^3.0.0",
"request": "^2.60.0",
"xml2js": "^0.4.9",
"xmlbuilder": "^2.6.4"
}
}