2014-05-12 22:31:52 +08:00
|
|
|
{
|
|
|
|
"name": "html5LangingPage",
|
2014-05-13 01:45:48 +08:00
|
|
|
"version": "0.0.2",
|
2014-05-12 22:31:52 +08:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2014-05-13 01:45:48 +08:00
|
|
|
"start": "coffee index.coffee"
|
2014-05-12 22:31:52 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"express": "4.1.2",
|
2014-05-13 01:45:48 +08:00
|
|
|
"hapi": "4.1.0",
|
|
|
|
"js-sha1": "0.1.1",
|
2014-05-13 05:09:40 +08:00
|
|
|
"xml2js": "0.4.2",
|
2014-05-15 00:00:32 +08:00
|
|
|
"request": "2.34.0",
|
|
|
|
"connect": "2.15.0"
|
2014-05-12 22:31:52 +08:00
|
|
|
}
|
|
|
|
}
|