-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 805 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 805 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
{
"name": "batman",
"version": "1.0.0",
"description": "",
"main": "handler.js",
"scripts": {
"deploy": "node_modules/serverless/bin/serverless deploy --verbose",
"test": "mocha \"src/*.test.js\""
},
"repository": {
"type": "git",
"url": "git@git.nib.com.au:nib-au/batman.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.7.7",
"lodash": "^4.17.0",
"moment": "^2.16.0",
"request": "^2.79.0",
"request-promise": "^4.1.1"
},
"devDependencies": {
"mocha": "^3.2.0",
"proxyquire": "^1.7.10",
"serverless": "^1.2.1",
"sinon": "^1.17.6"
}
}