You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
394 B
16 lines
394 B
{ |
|
"name": "dhtmlx-gantt-samples", |
|
"version": "1.0.0", |
|
"description": "Simple backend and REST api for dhtmlx gantt samples", |
|
"main": "./index.js", |
|
"scripts": { |
|
"start": "node ./index.js" |
|
}, |
|
"author": "DHTMLX", |
|
"license": "DHTMLX Evaluation License", |
|
"dependencies": { |
|
"body-parser": "^1.18.3", |
|
"express": "^4.16.4", |
|
"striptags": "^3.1.1" |
|
} |
|
}
|
|
|