sao-base/bower.json
2015-05-30 09:40:25 +02:00

33 lines
664 B
JSON

{
"name": "sao",
"version": "0.0.0",
"authors": [
"Tryton"
],
"description": "Web client for Tryton",
"license": "GPL",
"homepage": "http://www.tryton.org/",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "~2.1.1",
"bootstrap": "~3.3.4",
"moment": "~2.10.2",
"eonasdan-bootstrap-datetimepicker": "~4.7.14",
"typeahead.js": "~0.10.5",
"typeahead.js-bootstrap3.less": "~0",
"gettext.js": "~0.5.0",
"d3": "~3.5.0",
"c3": "~0.4.10",
"typeahead.js-bootstrap3.less": "~0"
},
"devDependencies": {
"qunit": "~1.18.0"
}
}