27 lines
446 B
JSON
27 lines
446 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",
|
|
"mui": "^0.9.21",
|
|
"float": "^1.0.2",
|
|
"zepto": "^1.2.0",
|
|
"backbone": "^1.3.3",
|
|
"ejs": "^1.0.0"
|
|
}
|
|
}
|