-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 958 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 958 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
37
38
39
40
41
{
"name": "codeswholesale-node-sdk",
"version": "1.1.3",
"description": "Node SDK with promises for codeswholesale API",
"main": "index.js",
"author": "Mircea Pop",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/OogieBoogieInJSON/codeswholesale-node-sdk.git"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "ava test/**/*.js --verbose",
"test:watch": "ava test/**/*.js --watch --verbose"
},
"keywords": [
"codeswholesale",
"codeswholesale node",
"codeswholesale node sdk",
"codeswholesale api"
],
"dependencies": {
"bluebird": "^3.1.1",
"lodash": "^3.10.1",
"request": "^2.67.0"
},
"devDependencies": {
"ava": "^0.19.1",
"gulp": "^3.9.0",
"gulp-jshint": "^2.0.0",
"gulp-watch": "^4.3.5",
"jshint": "^2.8.0",
"jshint-stylish": "^2.1.0",
"mock-require": "^2.0.2",
"nock": "^9.0.13",
"sinon": "^2.1.0"
}
}