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

16 lines
251 B
JSON
Raw Normal View History

2012-10-04 20:34:45 +00:00
{
"name": "5ears",
"description": "Play goear songs in html5",
"version": "0.0.1",
"private": true,
"dependencies": {
2012-10-04 20:47:36 +00:00
"express": "*",
2012-10-04 20:34:45 +00:00
"jquery": "*",
"xml2js": "*"
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
}