-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
37 lines (37 loc) · 912 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
{
"name": "cloudfront-private-url-creator",
"version": "2.0.6",
"description": "Creates private Cloudfront Urls",
"author": {
"name": "Max Nachlinger",
"url": "https://github.com/maxnachlinger"
},
"engines": {
"node": ">4.0.0"
},
"homepage": "https://github.com/maxnachlinger/cloudfront-private-url-creator",
"repository": {
"type": "git",
"url": "https://github.com/maxnachlinger/cloudfront-private-url-creator.git"
},
"keywords": [
"cloudfront"
],
"bugs": {
"url": "https://github.com/maxnachlinger/cloudfront-private-url-creator/issues"
},
"license": "ISC",
"scripts": {
"pretest": "$(npm bin)/standard --verbose | $(npm bin)/snazzy",
"test": "node tests/tests.js"
},
"main": "lib/",
"devDependencies": {
"snazzy": "^8.0.0",
"standard": "^12.0.1",
"tape": "^5.0.0"
},
"dependencies": {
"safe-buffer": "5.2.1"
}
}