19 lines
429 B
JSON
19 lines
429 B
JSON
|
{
|
||
|
"private": true,
|
||
|
"name": "huginn",
|
||
|
"version": "0.0.1",
|
||
|
"scripts": {
|
||
|
"release": "standard-version",
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://sigyl.com/git/stack/huginn"
|
||
|
},
|
||
|
"author": "Giles Bradshaw",
|
||
|
"license": "ISC",
|
||
|
"devDependencies": {
|
||
|
"standard-version": "git+https://github.com/gilesbradshaw/standard-version.git"
|
||
|
}
|
||
|
}
|