complete redesign: use nodejs on server instead of php - documentation to be updated
This commit is contained in:
10
nodejs/package.json.in
Normal file
10
nodejs/package.json.in
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "@PACKAGE_NAME@"
|
||||
, "version": "@PACKAGE_VERSION@"
|
||||
, "private": true
|
||||
, "dependencies": {
|
||||
"express": "2.5.8"
|
||||
, "stylus": ">= 0.0.1"
|
||||
, "ejs": ">= 0.0.1"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user