20 lines
431 B
YAML
20 lines
431 B
YAML
name: rules_of_living
|
|
description: A web app displaying Cellular Automata
|
|
version: 0.0.1
|
|
author: Marty Oehme <marty.oehme@gmail.com>
|
|
homepage: https://www.martyoehme.org/
|
|
|
|
environment:
|
|
sdk: '>=2.0.0'
|
|
|
|
dependencies:
|
|
angular: ^5.0.0-beta
|
|
angular_components: ^0.9.0-beta
|
|
|
|
dev_dependencies:
|
|
angular_test: ^2.0.0-beta
|
|
build_runner: ^0.9.0
|
|
build_test: ^0.10.3+1
|
|
build_web_compilers: ^0.4.0
|
|
test: ^1.3.0
|
|
mockito: ^3.0.0
|