cours-ending/bower.json

22 lines
362 B
JSON
Raw Normal View History

2016-03-18 23:55:39 +01:00
{
"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",
2016-03-19 15:18:15 +01:00
"vue-validator": "~1.4.4",
2016-03-19 17:33:18 +01:00
"marked": "~0.3.5",
"vue-resource": "~0.7.0"
2016-03-18 23:55:39 +01:00
}
}