-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 840 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
{
"author": {
"name": "Sam Elie",
"email": "sam@add.dog"
},
"bugs": {
"url": "https://github.com/samradical/google-cloudstorage-commands/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Utilities. Everything is promised.",
"engines": {
"node": ">=6.7.0"
},
"homepage": "https://github.com/samradical/google-cloudstorage-commands",
"keywords": [],
"licenses": [
{
"type": "MIT",
"url": "https://opensource.org/licenses/MIT"
}
],
"main": "index.js",
"name": "google-cloudstorage-commands",
"repository": {
"type": "git",
"url": "git+https://github.com/samradical/google-cloudstorage-commands.git",
"web": "https://github.com/samradical/google-cloudstorage-commands/"
},
"scripts": {},
"version": "0.0.1"
}