Rizwan Haider | 8e5f477 | 2016-08-17 18:04:35 -0400 | [diff] [blame] | 1 | { |
| 2 | "name": "xos-ecordTopology", |
| 3 | "version": "0.0.0", |
| 4 | "authors": [ |
| 5 | "Matteo Scandolo <matteo.scandolo@gmail.com>" |
| 6 | ], |
| 7 | "description": "The ecordTopology 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 | "angular-bootstrap-checkbox": "~0.4.0", |
| 19 | "topojson.v1.min": "http://d3js.org/topojson.v1.min.js" |
| 20 | }, |
| 21 | "devDependencies": { |
| 22 | "jquery": "2.1.4", |
| 23 | "angular-mocks": "1.4.7", |
| 24 | "angular": "1.4.7", |
| 25 | "angular-ui-router": "0.2.15", |
| 26 | "angular-cookies": "1.4.7", |
| 27 | "angular-animate": "1.4.7", |
| 28 | "angular-resource": "1.4.7", |
| 29 | "lodash": "~4.11.1", |
| 30 | "bootstrap-css": "3.3.6", |
| 31 | "angular-chart.js": "~0.10.2", |
| 32 | "d3": "~3.5.17", |
| 33 | "angular-recursion": "~1.0.5" |
| 34 | }, |
| 35 | "overrides": { |
| 36 | "topojson.v1.min": { |
| 37 | "main": [ |
| 38 | "index.js" |
| 39 | ] |
| 40 | } |
| 41 | } |
| 42 | } |