-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
51 lines (51 loc) · 1.38 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
46
47
48
49
50
51
{
"name": "Blog",
"version": "1.0.0",
"devDependencies": {
"ContentTools": "git+https://github.com/sirceljm/ContentTools.git",
"aws-sdk": "^2.5.3",
"bmp-js": "0.0.2",
"chalk": "^1.1.3",
"co": "^4.6.0",
"compression-webpack-plugin": "^1.1.12",
"cookie": "^0.3.1",
"csvtojson": "^1.0.3",
"domain-name-parser": "^2.3.0",
"dot": "^1.0.3",
"es6-promise": "^4.0.3",
"escape-html": "^1.0.3",
"file-loader": "^0.8.5",
"generate-password": "^1.2.0",
"html-loader": "^0.4.3",
"image-size": "^0.5.0",
"inquirer": "^2.0.0",
"is-there": "^4.3.6",
"jimp": "^0.3.11",
"json": "^9.0.4",
"json-loader": "^0.5.4",
"json-schema": "^0.2.3",
"jsonwebtoken": "^8.3.0",
"lodash": "^4.17.10",
"memory-fs": "^0.3.0",
"mocha": "^5.2.0",
"moment": "^2.22.2",
"needle": "^1.1.0",
"node-loader": "^0.5.0",
"node-vibrant": "^3.0.0",
"node-zip": "^1.1.1",
"q": "^1.4.1",
"request": "^2.88.0",
"s3": "^4.4.0",
"shortid": "^2.2.6",
"should": "^11.1.1",
"speakingurl": "^9.0.0",
"supertest": "^3.1.0",
"unhandled-rejection": "^1.0.0",
"uuid": "^2.0.3",
"validator": "^9.2.0",
"webpack": "~1.12.13",
"webpack-aws-lambda-upload-plugin": "git+https://github.com/sirceljm/webpack-aws-lambda-upload-plugin.git",
"webpack-to-memory": "^1.0.0"
},
"dependencies": {}
}