mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-20 10:16:13 +10:00
git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-web/trunk@2889 84d0f5b1-2673-498c-a247-62c4ff18d310
35 lines
842 B
JSON
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"
|
|
}
|