Files
pinpoint/src/bower.json
T
2013-11-13 05:36:54 +00:00

35 lines
842 B
JSON

{
"name": "pinpoint",
"version": "0.0.1",
"dependencies": {
"angular": "~1.2.0",
"jquery": "~2.0.3",
"es5-shim": "~2.0.8",
"angular-resource": "~1.2.0",
"angular-cookies": "~1.2.0",
"select2": "~3.4.1",
"underscore": "~1.5.1",
"angular-bootstrap": "~0.6.0",
"moment": "*",
"modernizr": "~2.6.2",
"jquery-ui": "~1.10.3",
"datejs": "*",
"nvd3": "~1.0.0-beta",
"d3": "~3.3.1",
"json3": "~3.2.5",
"jquery.layout": "*",
"jquery-flexigrid": "~1.1.5",
"jquery-treetable": "~3.0.4",
"jquery-timepicker-addon": "~1.3.1",
"jquery.jslider": "*",
"angular-webstorage": "~0.9.3",
"angular-route": "~1.2.0"
},
"devDependencies": {
"angular-mocks": "~1.0.7",
"angular-scenario": "~1.0.7"
},
"appPath": "main/webapp",
"testPath": "test/webapp"
}