17 lines
423 B
JSON
17 lines
423 B
JSON
{
|
|
"name": "shower",
|
|
"description": "Shower HTML presentation engine",
|
|
"repository": "https://github.com/shower/shower/",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"dalekjs": "0.0.8",
|
|
"dalek-browser-chrome": "0.0.9",
|
|
"grunt": "~0.4.2",
|
|
"grunt-contrib-uglify": "~0.3.2",
|
|
"grunt-dalek": "~0.2.0",
|
|
"grunt-contrib-watch": "~0.5.3",
|
|
"grunt-contrib-connect": "~0.6.0"
|
|
}
|
|
}
|