Added pubspec file

This commit is contained in:
Marcel Kapfer (mmk2410) 2016-06-13 17:12:10 +02:00
parent 24afba01bf
commit 612f30e1f2
2 changed files with 175 additions and 0 deletions

166
pubspec.lock Normal file
View File

@ -0,0 +1,166 @@
# Generated by pub
# See http://pub.dartlang.org/doc/glossary.html#lockfile
packages:
_discoveryapis_commons:
description:
name: _discoveryapis_commons
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.3+1"
args:
description:
name: args
url: "https://pub.dartlang.org"
source: hosted
version: "0.13.4+2"
async:
description:
name: async
url: "https://pub.dartlang.org"
source: hosted
version: "1.11.0"
charcode:
description:
name: charcode
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.0"
collection:
description:
name: collection
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.0"
convert:
description:
name: convert
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.1"
crypto:
description:
name: crypto
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.1"
discoveryapis_generator:
description:
name: discoveryapis_generator
url: "https://pub.dartlang.org"
source: hosted
version: "0.7.2"
gcloud:
description:
name: gcloud
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.0+13"
googleapis:
description:
name: googleapis
url: "https://pub.dartlang.org"
source: hosted
version: "0.28.0"
googleapis_beta:
description:
name: googleapis_beta
url: "https://pub.dartlang.org"
source: hosted
version: "0.27.1"
http:
description:
name: http
url: "https://pub.dartlang.org"
source: hosted
version: "0.11.3+7"
http_parser:
description:
name: http_parser
url: "https://pub.dartlang.org"
source: hosted
version: "2.2.1"
logging:
description:
name: logging
url: "https://pub.dartlang.org"
source: hosted
version: "0.11.3"
matcher:
description:
name: matcher
url: "https://pub.dartlang.org"
source: hosted
version: "0.12.0+2"
mime:
description:
name: mime
url: "https://pub.dartlang.org"
source: hosted
version: "0.9.3"
path:
description:
name: path
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.9"
quiver:
description:
name: quiver
url: "https://pub.dartlang.org"
source: hosted
version: "0.21.4"
rpc:
description:
name: rpc
url: "https://pub.dartlang.org"
source: hosted
version: "0.5.6+1"
source_span:
description:
name: source_span
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.3"
stack_trace:
description:
name: stack_trace
url: "https://pub.dartlang.org"
source: hosted
version: "1.6.5"
stream_channel:
description:
name: stream_channel
url: "https://pub.dartlang.org"
source: hosted
version: "1.5.0"
string_scanner:
description:
name: string_scanner
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.5"
typed_data:
description:
name: typed_data
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.3"
uri:
description:
name: uri
url: "https://pub.dartlang.org"
source: hosted
version: "0.11.0"
utf:
description:
name: utf
url: "https://pub.dartlang.org"
source: hosted
version: "0.9.0+3"
yaml:
description:
name: yaml
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.9"
sdk: ">=1.16.0 <2.0.0"

9
pubspec.yaml Normal file
View File

@ -0,0 +1,9 @@
name: titama_backend
version: 0.0.1
author: Marcel Kapfer <marcelmichaelkapfer@yahoo.co.nz>
description: Backend for TiTaMa - a simple time table manager.
environment:
sdk: '>=1.9.0 <2.0.0'
dependencies:
rpc: "^0.5.6+1"
logging: "^0.11.3"