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
|
||||
[![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.
|
||||
|
||||
[Wiki](https://github.com/angel-dart/angel/wiki)
|
||||
|
|
38
pubspec.yaml
38
pubspec.yaml
|
@ -1,27 +1,17 @@
|
|||
author: "Tobe O"
|
||||
description: "An easily-extensible web server framework in Dart."
|
||||
homepage: "https://github.com/angel-dart/angel"
|
||||
name: "angel"
|
||||
publish_to: "none"
|
||||
version: "1.0.0-dev"
|
||||
name: angel
|
||||
description: An easily-extensible web server framework in Dart.
|
||||
publish_to: none
|
||||
environment:
|
||||
sdk: ">=1.19.0"
|
||||
homepage: https://github.com/angel-dart/angel
|
||||
dependencies:
|
||||
angel_auth: "^1.0.0-dev"
|
||||
angel_compress: "^1.0.0"
|
||||
angel_configuration: "^1.0.0-dev"
|
||||
angel_cors: "^1.0.0-dev"
|
||||
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"
|
||||
angel_common: ^1.0.0-alpha
|
||||
angel_configuration: ^1.0.0
|
||||
mailer: ^1.1.0+4
|
||||
validate: ^1.5.2
|
||||
dev_dependencies:
|
||||
grinder: "^0.8.0+2"
|
||||
http: "^0.11.3"
|
||||
test: "^0.12.13"
|
||||
grinder: ^0.8.0+2
|
||||
http: ^0.11.3
|
||||
test: ^0.12.13
|
||||
transformers:
|
||||
- "angel_configuration"
|
||||
- angel_configuration
|
||||
|
|
Loading…
Reference in a new issue