silvrgit/bower.json

22 lines
331 B
JSON
Raw Normal View History

2017-04-05 13:22:31 +00:00
{
"name": "silvergit",
"description": "silvergit",
"main": "web-server.js",
"authors": [
"Martin Donnelly"
],
"license": "ISC",
"homepage": "",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
2017-04-11 13:30:48 +00:00
"moment": "^2.18.1"
2017-04-05 13:22:31 +00:00
}
2017-04-11 13:30:48 +00:00
}