-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 979 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 979 Bytes
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
40
{
"name": "tasks_queue",
"version": "1.0.0",
"description": "Functionality to show current tasks in the queue. Allows user to add additional tasks.",
"main": "index.js",
"dependencies": {
"angular": "^1.6.1",
"body-parser": "^1.16.0",
"bootstrap": "^3.3.7",
"express": "^4.14.1",
"fs": "0.0.1-security",
"jquery": "^3.1.1",
"mongodb": "^2.2.22",
"mongoose": "^4.8.1",
"multer": "^1.3.0",
"normalize.css": "^5.0.0",
"pug": "^2.0.0-beta11"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maxbogus/tasks_queue.git"
},
"keywords": [
"task",
"queue",
"angular",
"js",
"node"
],
"author": "Max Boguslavskiy",
"license": "ISC",
"bugs": {
"url": "https://github.com/maxbogus/tasks_queue/issues"
},
"homepage": "https://github.com/maxbogus/tasks_queue#readme"
}