mirror of
https://github.com/andrewgioia/mana.git
synced 2024-10-31 23:44:47 +00:00
26 lines
467 B
JSON
26 lines
467 B
JSON
{
|
|
"name": "Mana Documentation",
|
|
"homepage": "https://github.com/andrewgioia/Mana",
|
|
"authors": [
|
|
"Andrew Gioia <andrewgioia@gmail.com>"
|
|
],
|
|
"description": "Mana documentation and examples website",
|
|
"main": "index.html",
|
|
"moduleType": [],
|
|
"keywords": [
|
|
"mana"
|
|
],
|
|
"license": "MIT",
|
|
"private": true,
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"mana": "*"
|
|
}
|
|
}
|