mirror of
https://github.com/rileyjshaw/terra.git
synced 2024-11-21 04:54:23 +00:00
33 lines
818 B
JSON
33 lines
818 B
JSON
|
{
|
||
|
"name": "terra",
|
||
|
"version": "0.0.2",
|
||
|
"description": "A JavaScript framework for generating, analysing, and displaying simple biological interactions in an abstract, digital terrarium.",
|
||
|
"main": "scripts/terra.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"terrarium",
|
||
|
"simulator",
|
||
|
"cellular",
|
||
|
"automata"
|
||
|
],
|
||
|
"author": "rileyjshaw",
|
||
|
"license": "BSD-2-Clause",
|
||
|
"devDependencies": {
|
||
|
"gulp": "~3.5.2",
|
||
|
"gulp-rename": "~1.1.0",
|
||
|
"gulp-autoprefixer": "0.0.6",
|
||
|
"gulp-uglify": "~0.2.1",
|
||
|
"gulp-minify-css": "~0.3.0",
|
||
|
"gulp-strip-debug": "~0.1.1",
|
||
|
"gulp-jshint": "~1.4.2",
|
||
|
"gulp-concat": "~2.1.7",
|
||
|
"gulp-ruby-sass": "~0.3.1",
|
||
|
"gulp-mocha": "~0.4.1"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"lodash": "~2.4.1"
|
||
|
}
|
||
|
}
|