1
0
mirror of https://github.com/balkian/go5ears.git synced 2024-09-20 19:01:43 +00:00
go5ears/package.json

17 lines
273 B
JSON
Raw Normal View History

2012-10-04 20:34:45 +00:00
{
"name": "5ears",
"description": "Play goear songs in html5",
2014-01-23 16:46:59 +00:00
"version": "0.0.2",
2012-10-04 20:34:45 +00:00
"private": true,
"dependencies": {
2012-10-04 20:47:36 +00:00
"express": "*",
2012-10-04 20:34:45 +00:00
"jquery": "*",
2014-01-23 16:46:59 +00:00
"xml2js": "*",
"goear_api": "*"
2012-10-04 20:54:30 +00:00
},
2012-10-04 20:51:43 +00:00
"engines": {
"node": "0.8.x",
"npm": "1.1.x"
}
2012-10-04 20:34:45 +00:00
}