-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.04 KB
/
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
42
43
44
45
{
"name": "html-lambda-cli",
"version": "1.0.2",
"description": "A simple command line interface for building HTML Lambda functions",
"main": "index.js",
"dependencies": {
"asyncawait": "^1.0.3",
"autoprefixer": "^6.3.6",
"aws-sdk": "^2.3.17",
"colors": "^1.1.2",
"express": "^4.13.4",
"fs-extra": "^0.30.0",
"html-lambda-runner": "^1.0.0",
"node-sass": "^3.7.0",
"postcss": "^5.0.21",
"q": "^1.4.1",
"tmp": "^0.0.28",
"zip-folder": "^1.0.0"
},
"preferGlobal": true,
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/salsify/html-lambda-cli.git"
},
"keywords": [
"html",
"lambda",
"aws",
"amazon",
"salsify"
],
"author": "Salsify",
"license": "MIT",
"bugs": {
"url": "https://github.com/salsify/html-lambda-cli/issues"
},
"homepage": "https://github.com/salsify/html-lambda-cli#readme",
"bin": {
"html-lambda": "index.js"
}
}