22 lines
331 B
JSON
22 lines
331 B
JSON
{
|
|
"name": "silvergit",
|
|
"description": "silvergit",
|
|
"main": "web-server.js",
|
|
"authors": [
|
|
"Martin Donnelly"
|
|
],
|
|
"license": "ISC",
|
|
"homepage": "",
|
|
"private": true,
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"moment": "^2.18.1"
|
|
}
|
|
}
|