dota2-radiant
Version:
Radiant: a small little library/framework for building awesome apps backed by the Dota 2 WebAPI. Utilizes Node with Express
38 lines (37 loc) • 846 B
JSON
{
"name": "dota2-radiant",
"author": {
"name": "Jamie Lottering",
"email": "jamielottering@gmail.com",
"url": "http://twitter.com/jamielottering"
},
"description": "Radiant: a small little library/framework for building awesome apps backed by the Dota 2 WebAPI. Utilizes Node with Express",
"version": "0.2.0",
"main": "./dota2-radiant",
"repository": {
"type": "git",
"url": "https://github.com/JamieLottering/dota2-radiant-node.git"
},
"keywords": [
"steam",
"radiant",
"dota",
"dota2",
"api"
],
"scripts": {
"start": "node app.js"
},
"dependencies": {
"dazzle": "1.0.4",
"mongoose": "3.6.0",
"async": "0.2.6",
"hogan-express": "0.3.3",
"request": "2.16.6",
"underscore": "1.4.4",
"express": "3.1.0"
},
"engines": {
"node": "0.8.*"
}
}