Iftekharul Islam | 99d199f | 2017-03-24 15:28:25 -0500 | [diff] [blame] | 1 | { |
| 2 | "name": "openbmc-wires", |
| 3 | "description": "openbmc-wires", |
| 4 | "version": "0.0.1", |
| 5 | "dependencies": { |
| 6 | "angular": "1.5.6", |
Iftekharul Islam | cd78950 | 2017-04-19 14:37:55 -0500 | [diff] [blame] | 7 | "angular-route": "1.5.6", |
| 8 | "angular-clipboard": "1.5.0", |
beccabroek | 43e1cdf | 2018-09-07 17:30:04 -0500 | [diff] [blame] | 9 | "angularUtils-pagination": "angular-utils-pagination#^0.11.1" |
Iftekharul Islam | 99d199f | 2017-03-24 15:28:25 -0500 | [diff] [blame] | 10 | }, |
| 11 | "resolutions": { |
| 12 | "angular": "1.5.6" |
| 13 | }, |
Iftekharul Islam | cd78950 | 2017-04-19 14:37:55 -0500 | [diff] [blame] | 14 | "devDependencies": {}, |
Iftekharul Islam | 99d199f | 2017-03-24 15:28:25 -0500 | [diff] [blame] | 15 | "authors": [ |
| 16 | { |
| 17 | "name": "Iftekharul Islam", |
| 18 | "email": "iislam@us.ibm.com" |
| 19 | } |
| 20 | ], |
| 21 | "license": "private", |
| 22 | "private": true, |
| 23 | "ignore": [ |
| 24 | "node_modules", |
| 25 | "bower_components", |
| 26 | "config", |
| 27 | "test", |
| 28 | "target", |
| 29 | ".*", |
| 30 | "README*", |
| 31 | "karma.conf.js", |
| 32 | "gulpfile.js", |
| 33 | "bower.json", |
| 34 | "package.json" |
| 35 | ] |
Iftekharul Islam | cd78950 | 2017-04-19 14:37:55 -0500 | [diff] [blame] | 36 | } |