2018-07-05 15:59:11 +00:00
|
|
|
name: rules_of_living
|
2018-07-07 13:38:56 +00:00
|
|
|
description: A web app displaying Cellular Automata
|
|
|
|
version: 0.0.1
|
|
|
|
author: Marty Oehme <marty.oehme@gmail.com>
|
|
|
|
homepage: https://www.martyoehme.org/
|
2018-07-05 15:59:11 +00:00
|
|
|
|
|
|
|
environment:
|
|
|
|
sdk: '>=2.0.0-dev.66.0 <2.0.0'
|
|
|
|
|
2018-07-07 13:46:40 +00:00
|
|
|
dependencies:
|
|
|
|
angular: ^5.0.0-beta
|
2018-07-09 15:54:29 +00:00
|
|
|
angular_components: ^0.9.0-beta
|
2018-07-05 15:59:11 +00:00
|
|
|
|
|
|
|
dev_dependencies:
|
2018-07-07 13:46:40 +00:00
|
|
|
angular_test: ^2.0.0-beta
|
2018-07-05 15:59:11 +00:00
|
|
|
build_runner: ^0.9.0
|
2018-07-07 13:46:40 +00:00
|
|
|
build_test: ^0.10.2
|
2018-07-05 15:59:11 +00:00
|
|
|
build_web_compilers: ^0.4.0
|
2018-07-07 13:46:40 +00:00
|
|
|
test: ^1.0.0
|