mirror of
https://github.com/cambecc/air.git
synced 2026-02-01 17:21:24 +00:00
28 lines
614 B
JSON
28 lines
614 B
JSON
{
|
|
"name": "TokyoAir",
|
|
"description": "Tokyo Air",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"author": {
|
|
"name": "Cameron Beccario",
|
|
"email": "cambecc@nullschool.net"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/cambecc/air"
|
|
},
|
|
"engine": "node >= 0.10.12",
|
|
"dependencies": {
|
|
"winston": "0.7.2",
|
|
"underscore": "1.5.1",
|
|
"when": "2.2.1",
|
|
"express": "3.3.4",
|
|
"htmlparser": "1.7.6",
|
|
"iconv": "2.0.6",
|
|
"pg": "2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"nodeunit": "0.8.1"
|
|
}
|
|
}
|