24 lines
485 B
JSON
24 lines
485 B
JSON
{
|
|
"name": "html5LangingPage",
|
|
"version": "0.0.2",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "coffee index.coffee"
|
|
},
|
|
"dependencies": {
|
|
"express": "4.1.2",
|
|
"hapi": "4.1.0",
|
|
"js-sha1": "0.1.1",
|
|
"xml2js": "0.4.2",
|
|
"request": "2.34.0",
|
|
"connect": "2.15.0"
|
|
},
|
|
"devDependencies": {
|
|
"coffeelint": "^1.6.0",
|
|
"grunt": "^0.4.5",
|
|
"grunt-coffeelint": "0.0.13",
|
|
"grunt-contrib-coffee": "^0.11.1",
|
|
"grunt-contrib-jshint": "^0.10.0"
|
|
}
|
|
}
|