-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 2 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "core",
"version": "0.9.9",
"dependencies": {
"ejs": "^2.5.2",
"email-templates": "^2.4.1",
"express": "4.x",
"fs": "0.0.1-security",
"md5": "^2.2.1",
"mongodb": "^2.2.11",
"mongoose": "4.1.x",
"nconf": "^0.8.4",
"nodemailer": "^2.6.4",
"nodemailer-sendmail-transport": "^1.0.0",
"nodemailer-smtp-transport": "^2.7.2",
"promise": "^7.1.1",
"node-find-files":"^0.x"
},
"engines": {},
"description": "```JavaScript\r needs theese node modules to work:<br>\r 1)async;\r 2)express@4;\r 3)mime;\r 4)mkdirp;\r 5)serve-static;\r additional if you need\r 6)path;\r 7)util;\r 8)http;\r 9)fs;\r ```\r simply install theese modules via npm:<br>\r example: <br> `npm install express@4 --save`<br>\r <b>an example of http-page</b><br>\r <h1> Загрузка файла модуля на сервер</h1>\r <div>Выберите модуль для загрузки на сервер</div>\r <form name = \"upload\">\r <input type=\"file\" name=\"module\" class=\"btn btn-default\">\r <input type=\"submit\" value=\"Загрузить\" class=\"btn btn-default\">\r </form>\r <br>\r <h2>Latest Updates:</h2>\r <p>\r <b>*>monitoring< </b> When the server starts to listen the port [1000 by default], it looks up for the files that has been already uploaded to the server.Then it parses them to obtain the API-functions </p>\r <h2 style=\"color:yellow\">TODO</h2>\r <p>tasks</p>\r -[0] ejs-templates<br>\r -[0] errors handling based on ejs<br>\r -[0] front-end aggregation and routing<br>",
"main": "app.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amatveevprog/Core.git"
},
"keywords": [
"teatimeshop"
],
"author": "Alex Bondarik & Alex Matveev",
"license": "ISC",
"bugs": {
"url": "https://github.com/amatveevprog/Core/issues"
},
"homepage": "https://github.com/amatveevprog/Core#readme"
}