terra/bower.json
2015-03-02 01:37:37 -05:00

35 lines
645 B
JSON

{
"name": "terra",
"version": "1.5.2-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"
}
}