| OLD | NEW |
| 1 name: barback | 1 name: barback |
| 2 version: 0.9.0 | |
| 3 author: "Dart Team <misc@dartlang.org>" | 2 author: "Dart Team <misc@dartlang.org>" |
| 4 homepage: http://www.dartlang.org | 3 homepage: http://www.dartlang.org |
| 5 description: > | 4 description: > |
| 6 An asset build system. | 5 An asset build system. |
| 7 | 6 |
| 8 Given a set of input files and a set of transformations (think compilers, | 7 Given a set of input files and a set of transformations (think compilers, |
| 9 preprocessors and the like), will automatically apply the appropriate | 8 preprocessors and the like), will automatically apply the appropriate |
| 10 transforms and generate output files. When inputs are modified, automatically | 9 transforms and generate output files. When inputs are modified, automatically |
| 11 runs the transforms that are affected. | 10 runs the transforms that are affected. |
| 12 | 11 |
| 13 Runs transforms asynchronously and in parallel when possible to maximize | 12 Runs transforms asynchronously and in parallel when possible to maximize |
| 14 responsiveness. | 13 responsiveness. |
| 15 dependencies: | 14 dependencies: |
| 16 path: ">=0.9.0 <0.10.0" | 15 path: any |
| 17 source_maps: ">=0.9.0 <0.10.0" | 16 source_maps: any |
| 18 stack_trace: ">=0.9.0 <0.10.0" | 17 stack_trace: any |
| 19 dev_dependencies: | 18 dev_dependencies: |
| 20 scheduled_test: ">=0.9.0 <0.10.0" | 19 scheduled_test: any |
| 21 unittest: ">=0.9.0 <0.10.0" | 20 unittest: any |
| 22 environment: | |
| 23 sdk: ">=1.0.0 <2.0.0" | |
| OLD | NEW |