forked from tmaslen/colly
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 899 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
34
35
36
37
38
39
40
41
{
"name": "colly",
"version": "0.7.2",
"description": "Another serverless framework for AWS Lambda and API Gateway",
"main": "./lib/index.js",
"dependencies": {
"aws-sdk": "^2.78.0",
"chai": "^4.0.2",
"chalk": "^2.0.1",
"commander": "^2.9.0",
"fs-extra": "^3.0.1",
"globby": "^6.1.0",
"lodash": "^4.17.4",
"mocha": "^3.4.2",
"moment": "^2.18.1",
"node-cmd": "^3.0.0",
"prompt": "^1.0.0",
"request": "^2.81.0",
"sinon": "^2.3.6",
"webpack": "^3.0.0"
},
"bin": {
"colly": "bin/colly"
},
"scripts": {
"colly": "bin/colly",
"test": "./node_modules/mocha/bin/mocha"
},
"contributors": [
{
"name": "Tom Maslen",
"email": "[email protected]"
}
],
"license": "Apache-2.0",
"preferGlobal": "true",
"repository": {
"type": "git",
"url": "https://github.com/tmaslen/colly"
}
}