34 lines
740 B
JSON
34 lines
740 B
JSON
{
|
|
"name": "raven",
|
|
"version": "0.1.0",
|
|
"description": "Self-hosted inventory tracker",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"grunt": "grunt",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "gitea@git.metaunix.net:Metaunix/raven.git"
|
|
},
|
|
"keywords": [
|
|
"inventory",
|
|
"tracking"
|
|
],
|
|
"author": "Gregory Ballanine <gballantine@metaunix.net>",
|
|
"uploaders": [
|
|
{
|
|
"name": "Gregory Ballantine",
|
|
"email": "gballantine@metaunix.net"
|
|
}
|
|
],
|
|
"license": "BSD-2-Clause",
|
|
"devDependencies": {
|
|
"grunt": "^1.5.3",
|
|
"grunt-cli": "^1.4.3",
|
|
"grunt-contrib-sass": "^2.0.0",
|
|
"grunt-contrib-watch": "^1.1.0",
|
|
"sass": "^1.55.0"
|
|
}
|
|
}
|