OLD | NEW |
(Empty) | |
| 1 name: appengine |
| 2 version: 0.2.5 |
| 3 author: Dart Team <misc@dartlang.org> |
| 4 description: Support for using Dart as a custom runtime on Google App Engine Man
aged VMs |
| 5 homepage: https://www.dartlang.org/cloud |
| 6 environment: |
| 7 sdk: '>=1.5.0 <2.0.0' |
| 8 dependencies: |
| 9 gcloud: '>=0.1.2 <0.2.0' |
| 10 googleapis_auth: '>=0.1.1 <0.3.0' |
| 11 fixnum: '>=0.9.0 <0.10.0' |
| 12 http_server: '>=0.9.2 <0.10.0' |
| 13 memcache: '>=0.1.0 <0.2.0' |
| 14 path: '>=1.2.0 <2.0.0' |
| 15 protobuf: '>=0.3.3 <0.4.0' |
| 16 dev_dependencies: |
| 17 unittest: '>=0.11.0 <0.12.0' |
OLD | NEW |