-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 852 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 852 Bytes
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": "package-postage",
"version": "0.1.5",
"description": "copy the important parts of package.json into a smaller, shippable package.json for publishing",
"main": "./index.js",
"bin": {
"postage": "./postage"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:walston/package.shipit.git"
},
"keywords": [
"publish",
"distributable",
"package",
"package.json",
"pretty-pathing",
"node_modules",
"utility",
"library"
],
"author": "walston",
"license": "ISC",
"bugs": {
"url": "https://github.com/walston/distro-package/issues"
},
"homepage": "https://github.com/walston/distro-package#readme",
"dependencies": {
"object-path": "^0.11.4",
"yargs": "^13.2.4"
},
"devDependencies": {
"pug": "^2.0.4",
"pug-cli": "^1.0.0-alpha6"
}
}