Skip to content

Commit aca479f

Browse files
authored
Create package.json
add package.json descriptor file for bintray deployment configuration
1 parent 1bd34d9 commit aca479f

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

package.json

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"package": {
3+
"name": "sf-java-ui",
4+
"repo": "https://github.com/JsonSchema-JavaUI/sf-java-ui",
5+
"subject": "saifjerbi",
6+
"desc": "The angular schema form java ui library",
7+
"website_url": "jsonschema-javaui.github.io/sf-java-ui",
8+
"issue_tracker_url": "https://github.com/JsonSchema-JavaUI/sf-java-ui/issues",
9+
"vcs_url": "https://github.com/JsonSchema-JavaUI/sf-java-ui.git",
10+
"github_use_tag_release_notes": true,
11+
"github_release_notes_file": "RELEASE.txt",
12+
"licenses": ["MIT"],
13+
"labels": ["java8", "angular-schema-form", "java-ui-component", "schema form component"],
14+
"public_download_numbers": false,
15+
"public_stats": false,
16+
},
17+
18+
"version": {
19+
"name": "0.0.1-alpha",
20+
"desc": "This is the first alpha release",
21+
"released": "2015-06-27",
22+
"vcs_tag": "0.0.1-alpha",
23+
"gpgSign": false
24+
},
25+
26+
"files":
27+
[
28+
{"includePattern": "build/bin(.*)*/(.*\\.gem)", "excludePattern": ".*/do-not-deploy/.*", "uploadPattern": "gems/$2"},
29+
{"includePattern": "build/docs/(.*)", "uploadPattern": "docs/$1"}
30+
],
31+
"publish": true
32+
}

0 commit comments

Comments
 (0)