cours-ending/bower.json
2016-03-19 17:33:18 +01:00

22 lines
362 B
JSON

{
"name": "cours-ending",
"version": "0.0.0",
"authors": [
"Simon Vieille <simon@deblan.fr>"
],
"license": "BSD-2",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"vue": "~1.0.18",
"vue-validator": "~1.4.4",
"marked": "~0.3.5",
"vue-resource": "~0.7.0"
}
}