-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 732 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 732 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
{
"name": "release-utils",
"version": "0.0.5",
"description": "Tools for incrementing versions and tagging projects in Git. Also contains a script for packaging npm modules and uploading them to S3 which is useful for deploying closed-source npm modules.",
"author": "Charles Care <c.p.care@gmail.com>",
"contributors": [
{
"name": "Charles Care",
"email": "c.p.care@gmail.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/ccare/s3-release.git"
},
"dependencies": {
"knox": ">= 0.0.9"
},
"engines": {
"node": ">= 0.4.0"
},
"scripts": {
"build-release": "node npm-release.js"
}
}