forked from mwishek/metalsmith-s3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
104 lines (104 loc) · 2.51 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"_args": [
[
{
"raw": "metalsmith-s3@^0.0.1",
"scope": null,
"escapedName": "metalsmith-s3",
"name": "metalsmith-s3",
"rawSpec": "^0.0.1",
"spec": ">=0.0.1 <0.0.2",
"type": "range"
},
"/home/ubuntu/nonlinear.build"
]
],
"_from": "metalsmith-s3@>=0.0.1 <0.0.2",
"_id": "[email protected]",
"_inCache": true,
"_location": "/metalsmith-s3",
"_nodeVersion": "0.10.35",
"_npmUser": {
"name": "mwishek",
"email": "[email protected]"
},
"_npmVersion": "2.1.16",
"_phantomChildren": {
"ms": "2.0.0"
},
"_requested": {
"raw": "metalsmith-s3@^0.0.1",
"scope": null,
"escapedName": "metalsmith-s3",
"name": "metalsmith-s3",
"rawSpec": "^0.0.1",
"spec": ">=0.0.1 <0.0.2",
"type": "range"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/metalsmith-s3/-/metalsmith-s3-0.0.1.tgz",
"_shasum": "06a58d630e93a1296672249cd2c83acdb4686214",
"_shrinkwrap": null,
"_spec": "metalsmith-s3@^0.0.1",
"_where": "/home/ubuntu/nonlinear.build",
"author": {
"name": "Matthew Wishek"
},
"bugs": {
"url": "https://github.com/mwishek/metalsmith-s3/issues"
},
"dependencies": {
"async": "^0.9.0",
"aws-sdk": "^2.1.7",
"debug": "^1.0.4",
"front-matter": "^0.2.1",
"mime": "^1.2.11",
"mime-types": "^2.0.7",
"mkdirp": "^0.5.1",
"rsvp": "^3.0.16",
"underscore": "^1.6.0"
},
"description": "A Metalsmith.io plugin to integrate with AWS S3",
"devDependencies": {
"assert-dir-equal": "0.0.1",
"handlebars": "^2.0.0-alpha.4",
"metalsmith": "^0.9.0",
"metalsmith-templates": "^0.5.2",
"mocha": "^1.21.3"
},
"directories": {},
"dist": {
"shasum": "06a58d630e93a1296672249cd2c83acdb4686214",
"tarball": "https://registry.npmjs.org/metalsmith-s3/-/metalsmith-s3-0.0.1.tgz"
},
"gitHead": "f044541c172677cfb47697c75066bdc8ccda78a0",
"homepage": "https://github.com/mwishek/metalsmith-s3",
"keywords": [
"package",
"Metalsmith.io",
"S3",
"Amazon",
"AWS"
],
"license": "MIT",
"main": "lib/index.js",
"maintainers": [
{
"name": "mwishek",
"email": "[email protected]"
}
],
"name": "metalsmith-s3",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/mwishek/metalsmith-s3.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.0.1"
}