-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 892 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 892 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": "node-saddlecreek",
"version": "2.1.0",
"description": "This is a Node.js Moudle that will allow you to hook into Saddle Creek's Inventory & Fulfillment API Endpoints ",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/yonib05/Node-SaddleCreek.git"
},
"keywords": [
"node",
"saddle creek",
"fulfillment service",
"fulfillment api"
],
"author": "@leandropio @yonib05 @hickies @dunxtand",
"license": "MIT",
"bugs": {
"url": "https://github.com/yonib05/Node-SaddleCreek/issues"
},
"homepage": "https://github.com/yonib05/Node-SaddleCreek",
"dependencies": {
"jayschema": "^0.3.1",
"path": "^0.11.14",
"soap": "^0.9.1",
"underscore": "^1.8.3",
"util": "^0.10.3"
},
"devDependencies": {
"mocha": "^3.2.0",
"should": "^11.2.0"
}
}