62 lines
1.5 KiB
JSON
62 lines
1.5 KiB
JSON
{
|
|
"name": "pokebattle-sim",
|
|
"version": "0.0.6",
|
|
"private": true,
|
|
"dependencies": {
|
|
"async": "~0.7.0",
|
|
"bluebird": "^2.2.2",
|
|
"bookshelf": "~0.7.6",
|
|
"coffee-script": "~1.7.1",
|
|
"elo-rank": "~0.2.2",
|
|
"express": "~3.2.6",
|
|
"grunt": "~0.4.1",
|
|
"grunt-aws": "~0.3.0",
|
|
"grunt-cli": "~0.1.13",
|
|
"grunt-concurrent": "~0.3.1",
|
|
"grunt-contrib-coffee": "~0.10.0",
|
|
"grunt-contrib-concat": "~0.3.0",
|
|
"grunt-contrib-cssmin": "~0.6.2",
|
|
"grunt-contrib-jade": "~0.8.0",
|
|
"grunt-contrib-stylus": "~0.7.0",
|
|
"grunt-contrib-uglify": "~0.4.0",
|
|
"grunt-contrib-watch": "~0.5.3",
|
|
"grunt-exec": "~0.4.5",
|
|
"grunt-external-daemon": "~1.1.0",
|
|
"grunt-nodemon": "0.0.9",
|
|
"hiredis": "~0.1.16",
|
|
"jade": "~0.34.x",
|
|
"knex": "~0.6.22",
|
|
"mocha": "^1.20.1",
|
|
"nib": "~0.9.2",
|
|
"node-schedule": "~0.1.13",
|
|
"nodetime": "~0.8.15",
|
|
"pg": "~3.0.3",
|
|
"primus": "^2.4.6",
|
|
"primus-emitter": "~3.0.2",
|
|
"ratelimiter": "^1.0.3",
|
|
"redis": "~0.8.6",
|
|
"request": "https://registry.npmjs.org/request/-/request-2.25.0.tgz",
|
|
"restify": "~2.6.1",
|
|
"sockjs": "~0.3.8",
|
|
"stylus": "~0.32.x",
|
|
"underscore": "~1.4.x"
|
|
},
|
|
"devDependencies": {
|
|
"should": "~4.0.x",
|
|
"mocha": "~1.20.x",
|
|
"sinon": "~1.7.x"
|
|
},
|
|
"scripts": {
|
|
"test": "make test",
|
|
"start": "node start.js --max_new_space_size=2048"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/sarenji/pokebattle-sim"
|
|
},
|
|
"engines": {
|
|
"node": "4.0.x",
|
|
"npm": ">=1.1.2"
|
|
}
|
|
}
|