-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 856 Bytes
/
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
{
"name": "structr-4-tasks",
"version": "0.1.9",
"description": "A library that exposes REST connections to an instance of Structr",
"main": "structr-4-tasks.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eric-schleicher/structr-4-tasks.git"
},
"keywords": [
"Structr",
"nodejs"
],
"author": "Eric Schleicher",
"license": "MIT",
"bugs": {
"url": "https://github.com/eric-schleicher/structr-4-tasks/issues"
},
"homepage": "https://github.com/eric-schleicher/structr-4-tasks#readme",
"dependencies": {
"argv": "0.0.2",
"lodash": "^4.14.2",
"minimist": "^1.2.0",
"q": "^1.4.1",
"request": "^2.74.0",
"request-promise": "^4.1.1",
"s3": "^4.4.0",
"simple-publishers": "^1.0.4"
}
}