mirror of
https://github.com/rileyjshaw/terra.git
synced 2024-11-21 04:54:23 +00:00
35 lines
645 B
JSON
35 lines
645 B
JSON
{
|
|
"name": "terra",
|
|
"version": "1.5.0-beta",
|
|
"homepage": "https://github.com/rileyjshaw/terra",
|
|
"authors": [
|
|
"rileyjshaw <i@rileyjshaw.com>"
|
|
],
|
|
"description": "A JavaScript library for simple biological simulations and cellular automata.",
|
|
"main": "dist/terra.min.js",
|
|
"moduleType": [
|
|
"node"
|
|
],
|
|
"keywords": [
|
|
"terrarium",
|
|
"sumulator",
|
|
"cellular",
|
|
"automata",
|
|
"biology"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"app",
|
|
"bower_components",
|
|
"demo",
|
|
"lodash_custom",
|
|
"node_modules",
|
|
"tests",
|
|
"gulpfile.js"
|
|
],
|
|
"dependencies": {
|
|
"seedrandom": "~2.3.6"
|
|
}
|
|
}
|