-
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) · 880 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 880 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
{
"name": "tagpro",
"version": "0.0.1",
"description": "Yolo",
"engines": {
"node": "8.1.1",
"npm": "5.2.0"
},
"main": "server.js",
"dependencies": {
"async": "^2.1.5",
"basic-auth": "^1.0.4",
"body-parser": "^1.15.2",
"dotenv": "^2.0.0",
"express": "^4.13.4",
"fs": "0.0.1-security",
"pg": "*",
"pug": "^0.1.0",
"python-shell": "^0.3.0",
"r-script": "^0.0.3",
"underscore": "^1.8.3",
"yargs": "^11.0.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/theogz/autolib.git"
},
"author": "Theo",
"license": "ISC",
"bugs": {
"url": "https://github.com/theogz/autolib/issues"
},
"homepage": "https://github.com/theogz/autolib#readme"
}