blob: 085650ba292f3788e2a22e27fef95e36bc3aec64 [file] [log] [blame]
Matteo Scandoloa8cbc9c2016-06-16 17:03:24 -07001{
2 "name": "xos-hpc",
3 "version": "0.0.0",
4 "authors": [
5 "Matteo Scandolo <matteo.scandolo@gmail.com>"
6 ],
7 "description": "The hpc view",
8 "license": "MIT",
9 "ignore": [
10 "**/.*",
11 "node_modules",
12 "bower_components",
13 "static/js/vendor/",
14 "test",
15 "tests"
16 ],
17 "dependencies": {
18 },
19 "devDependencies": {
20 "jquery": "2.1.4",
21 "angular-mocks": "1.4.7",
22 "angular": "1.4.7",
23 "angular-ui-router": "0.2.15",
24 "angular-cookies": "1.4.7",
25 "angular-animate": "1.4.7",
26 "angular-resource": "1.4.7",
27 "lodash": "~4.11.1",
28 "bootstrap-css": "3.3.6",
29 "angular-chart.js": "~0.10.2",
30 "d3": "~3.5.17",
31 "angular-recursion": "~1.0.5"
32 }
33}