mirror of
https://github.com/balkian/go5ears.git
synced 2024-11-14 18:12:29 +00:00
17 lines
273 B
JSON
17 lines
273 B
JSON
{
|
|
"name": "5ears",
|
|
"description": "Play goear songs in html5",
|
|
"version": "0.0.2",
|
|
"private": true,
|
|
"dependencies": {
|
|
"express": "*",
|
|
"jquery": "*",
|
|
"xml2js": "*",
|
|
"goear_api": "*"
|
|
},
|
|
"engines": {
|
|
"node": "0.8.x",
|
|
"npm": "1.1.x"
|
|
}
|
|
}
|