mana/bower.json

26 lines
467 B
JSON
Raw Normal View History

2015-12-14 15:33:49 +00:00
{
2016-06-21 02:08:52 +00:00
"name": "Mana Documentation",
2015-12-14 15:33:49 +00:00
"homepage": "https://github.com/andrewgioia/Mana",
"authors": [
"Andrew Gioia <andrewgioia@gmail.com>"
],
2016-06-21 02:08:52 +00:00
"description": "Mana documentation and examples website",
"main": "index.html",
2015-12-14 15:33:49 +00:00
"moduleType": [],
"keywords": [
2016-06-21 02:08:52 +00:00
"mana"
2015-12-14 15:33:49 +00:00
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
2016-06-21 02:08:52 +00:00
"tests"
],
"dependencies": {
"mana": "*"
}
2015-12-14 15:33:49 +00:00
}