-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 967 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 967 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
42
{
"name": "node-openload",
"version": "2.2.0",
"description": "An openload.co API handler",
"main": "index.js",
"scripts": {
"test": "mocha ./test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/saschazar21/node-openload.git"
},
"keywords": [
"openload",
"api",
"file",
"upload",
"request"
],
"author": "Sascha Zarhuber",
"license": "MIT",
"bugs": {
"url": "https://github.com/saschazar21/node-openload/issues"
},
"homepage": "https://github.com/saschazar21/node-openload#readme",
"dependencies": {
"debug": "^2.6.8",
"form-data": "^2.2.0",
"got": "^8.0.0",
"hasha": "^3.0.0"
},
"devDependencies": {
"chai": "^4.0.2",
"dotenv": "^2.0.0",
"eslint": "^3.10.2",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.7.1",
"mocha": "^3.4.2"
}
}