1
0
Fork 0
mirror of https://github.com/NaN-tic/sao-old.git synced 2023-12-14 02:12:52 +01:00
sao-old/bower.json
C?dric Krier 9c174763ab Use semantic versioning for dependencies
The javascript ecosystem is based on semver

issue6006
review27811002
2016-11-08 18:46:33 +01:00

32 lines
585 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",
"bootstrap": "^3.3",
"moment": "^2.10",
"eonasdan-bootstrap-datetimepicker": "^4.17",
"gettext.js": "^0.5",
"d3": "^3.5",
"c3": "^0.4",
"papaparse": "^4.1",
"fullcalendar": "^3.0"
},
"devDependencies": {
"qunit": "^1.18"
}
}