forked from fieldpapers/fp-tasks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 758 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 758 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
{
"name": "fieldpapers-tasks",
"version": "0.9.0",
"description": "HTTP-enabled task runner for Field Papers",
"main": "index.js",
"author": "Seth Fitzsimmons <seth@mojodna.net>",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/fieldpapers/fp-tasks.git"
},
"engines": {
"iojs": "~2.0.1"
},
"dependencies": {
"async": "^0.9.0",
"aws-sdk": "^2.1.28",
"body-parser": "^1.12.4",
"change-case": "^2.3.0",
"clone": "^1.0.2",
"debug": "^2.2.0",
"express": "^4.12.3",
"holdtime": "^0.1.1",
"morgan": "^1.5.3",
"raven": "^0.7.3",
"request": "^2.55.0",
"require-env": "0.0.4",
"response-time": "^2.3.1",
"tmp": "0.0.26",
"xml2js": "^0.4.8"
}
}