21 lines
386 B
JSON
21 lines
386 B
JSON
{
|
|
"name": "monica",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"resources/vendor/",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"bootstrap": "v4.0.0-alpha.2",
|
|
"animate.css": "^3.5.2",
|
|
"octicons": "^4.3.0",
|
|
"hint.css": "hint-css#^2.3.2",
|
|
"trix": "^0.9.9",
|
|
"font-awesome": "fontawesome#^4.7.0",
|
|
"list.js": "^1.5.0"
|
|
}
|
|
}
|