-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
48 lines (48 loc) · 1.2 KB
/
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
41
42
43
44
45
46
47
48
{
"name": "shipengine",
"version": "0.3.1",
"description": "Node module for ShipEngine (ShipStation) API",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AustinBratcher/shipengine-js.git"
},
"keywords": [
"shipstation",
"shipengine",
"shipping",
"retail",
"api",
"node"
],
"author": "Austin Bratcher <dev@austinbratcher.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/AustinBratcher/shipengine-js/issues"
},
"homepage": "https://github.com/AustinBratcher/shipengine-js#readme",
"dependencies": {
"dotenv": "4.0.0",
"http-status-codes": "1.3.0",
"request": "^2.83.0",
"request-promise-native": "^1.0.5"
},
"devDependencies": {
"@babel/core": "7.0.0-beta.35",
"@babel/preset-env": "7.0.0-beta.35",
"del": "3.0.0",
"eslint": "4.13.1",
"eslint-config-airbnb-base": "12.1.0",
"eslint-plugin-import": "2.8.0",
"gulp": "3.9.1",
"gulp-babel": "7.0.0",
"gulp-cli": "1.4.0",
"gulp-eslint": "4.0.0",
"gulp-jasmine": "2.4.2",
"jasmine": "2.8.0",
"jasmine-core": "^2.8.0"
}
}