terra/package.json

40 lines
1005 B
JSON
Raw Normal View History

2014-03-10 03:57:59 +00:00
{
"name": "terra",
2014-08-17 03:23:48 +00:00
"version": "0.0.2-alpha",
"description": "A JavaScript framework for simple biological simulations and cellular automata.",
"main": "dist/terra.min.js",
2014-03-10 03:57:59 +00:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"terrarium",
"simulator",
"cellular",
"automata"
],
2014-08-17 03:23:48 +00:00
"author": "rileyjshaw <i@rileyjshaw.com>",
"license": "MIT",
2014-03-10 03:57:59 +00:00
"devDependencies": {
2014-08-17 03:23:48 +00:00
"gulp-rename": "~1.2.0",
"gulp-concat": "~2.2.0",
"gulp-ruby-sass": "~0.5.0",
"gulp-uglify": "~0.3.1",
"gulp-strip-debug": "~0.3.0",
"gulp": "~3.8.5",
"gulp-autoprefixer": "0.0.8",
"gulp-jshint": "~1.6.4",
"gulp-minify-css": "~0.3.6",
"gulp-mocha": "~0.4.1",
"minimist": "~0.2.0",
"gulp-load-plugins": "~0.5.3",
"vinyl-source-stream": "~0.1.1",
"browserify": "~5.10.0",
"gulp-streamify": "0.0.5",
"gulp-gh-pages": "~0.3.3",
"gulp-webserver": "~0.6.0"
2014-03-10 03:57:59 +00:00
},
"dependencies": {
"lodash": "~2.4.1"
}
}