8de3f914f4
Since the scripts and tools in this package are really Fedora (and derivatives) specific, it doesn't really make a lot of sense to maintain them in a separate upstream with tarball releases. This moves all the files into dist-git and builds the RPM from there. Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
12 lines
158 B
JSON
12 lines
158 B
JSON
{
|
|
"name": "test",
|
|
"version": "4.5.6",
|
|
"engines": {
|
|
"node": ">=6 <10"
|
|
},
|
|
"dependencies": {
|
|
"test100": "^1.2.3",
|
|
"test101": ">=2.1"
|
|
}
|
|
}
|