Maxime Vidori 76bec5cb2d Removal of jquery
As long as we are using Angular and do not require any third
part library, jQuery is not needed. This will reduce the footprint
of storyboard and help us develop a cleaner web client.

Change-Id: I95c0945bb39de9850e290d3303122a7c7df79da8
2014-06-12 23:06:04 +02:00

20 lines
476 B
JSON

{
"name": "storyboard-webclient",
"version": "0.0.1",
"dependencies": {
"font-awesome": "4.0",
"angular": "1.2.13",
"angular-resource": "1.2.13",
"angular-sanitize": "1.2.13",
"bootstrap": "3.1.1",
"angular-ui-router": "0.2.8-bowratic-tedium",
"angular-bootstrap": "0.10.0",
"angular-local-storage": "0.0.1",
"angular-elastic": "2.3.2"
},
"devDependencies": {
"angular-mocks": "1.2.13",
"angular-scenario": "1.2.13"
}
}