24 lines
600 B
JSON
24 lines
600 B
JSON
{
|
|
"name": "bitgoblin-website",
|
|
"version": "0.1.0",
|
|
"description": "Bit Goblin website",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"grunt": "grunt",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "gitea@git.metaunix.net:bitgoblin/bitgoblin-website.git"
|
|
},
|
|
"author": "Gregory Ballantine <gballantine@bitgoblin.tech>",
|
|
"license": "BSD-2-Clause",
|
|
"devDependencies": {
|
|
"grunt": "^1.5.3",
|
|
"grunt-contrib-coffee": "^2.1.0",
|
|
"grunt-contrib-watch": "^1.1.0",
|
|
"grunt-dart-sass": "^2.0.1",
|
|
"sass": "^1.53.0"
|
|
}
|
|
}
|