README.md
This commit is contained in:
parent
0a63ad9832
commit
fd7375cde2
2 changed files with 16 additions and 24 deletions
|
@ -1,4 +1,6 @@
|
||||||
# Angel
|
# Angel
|
||||||
|
[![version: v1.0.0-alpha](https://img.shields.io/badge/pub-v1.0.0--alpha-blue.svg)](https://pub.dartlang.org/packages/angel_common)
|
||||||
|
|
||||||
An easily-extensible web server framework in Dart.
|
An easily-extensible web server framework in Dart.
|
||||||
|
|
||||||
[Wiki](https://github.com/angel-dart/angel/wiki)
|
[Wiki](https://github.com/angel-dart/angel/wiki)
|
||||||
|
|
38
pubspec.yaml
38
pubspec.yaml
|
@ -1,27 +1,17 @@
|
||||||
author: "Tobe O"
|
name: angel
|
||||||
description: "An easily-extensible web server framework in Dart."
|
description: An easily-extensible web server framework in Dart.
|
||||||
homepage: "https://github.com/angel-dart/angel"
|
publish_to: none
|
||||||
name: "angel"
|
environment:
|
||||||
publish_to: "none"
|
sdk: ">=1.19.0"
|
||||||
version: "1.0.0-dev"
|
homepage: https://github.com/angel-dart/angel
|
||||||
dependencies:
|
dependencies:
|
||||||
angel_auth: "^1.0.0-dev"
|
angel_common: ^1.0.0-alpha
|
||||||
angel_compress: "^1.0.0"
|
angel_configuration: ^1.0.0
|
||||||
angel_configuration: "^1.0.0-dev"
|
mailer: ^1.1.0+4
|
||||||
angel_cors: "^1.0.0-dev"
|
validate: ^1.5.2
|
||||||
angel_diagnostics: "^1.0.0-dev"
|
|
||||||
angel_errors: "^1.0.0-dev"
|
|
||||||
angel_framework: "^1.0.0-dev"
|
|
||||||
angel_mongo: "^1.0.0-dev"
|
|
||||||
angel_mustache: "^1.0.0-dev"
|
|
||||||
angel_proxy: "^1.0.0-dev"
|
|
||||||
angel_static: "^1.1.0-dev"
|
|
||||||
angel_test: "^1.0.0-dev"
|
|
||||||
mailer: "^1.1.0+4"
|
|
||||||
validate: "^1.5.2"
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
grinder: "^0.8.0+2"
|
grinder: ^0.8.0+2
|
||||||
http: "^0.11.3"
|
http: ^0.11.3
|
||||||
test: "^0.12.13"
|
test: ^0.12.13
|
||||||
transformers:
|
transformers:
|
||||||
- "angel_configuration"
|
- angel_configuration
|
||||||
|
|
Loading…
Reference in a new issue