-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
65 lines (65 loc) · 1.76 KB
/
package.json
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "samuel-ramos-tfg",
"version": "1.0.0",
"description": "TFG: CodeLab",
"main": "bin/www",
"scripts": {
"test": "mocha --no-warnings test/test.js",
"start": "./node_modules/babel-cli/bin/babel-node.js bin/www",
"lint": "standard",
"fix": "standard --fix",
"setup": " npm install && ./node_modules/bower/bin/bower install && ./node_modules/gulp/bin/gulp.js default-env",
"postinstall": "./node_modules/bower/bin/bower install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ULL-ESIT-GRADOII-TFG/samuel-ramos-tfg.git"
},
"author": "Samuel Ramos Barroso",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/ULL-ESIT-GRADOII-TFG/samuel-ramos-tfg/issues"
},
"homepage": "https://github.com/ULL-ESIT-GRADOII-TFG/samuel-ramos-tfg#readme",
"dependencies": {
"@octokit/rest": "^14.0.8",
"base-64": "^0.1.0",
"body-parser": "^1.18.2",
"bower": "^1.8.2",
"connect-ensure-login": "^0.1.1",
"cookie-parser": "^1.4.3",
"csvjson": "^5.0.0",
"dotenv": "^5.0.0",
"express": "^4.16.2",
"express-session": "^1.15.6",
"mongoose": "^5.0.4",
"morgan": "^1.9.0",
"multer": "^1.3.0",
"node-xlsx": "^0.12.0",
"passport": "^0.4.0",
"passport-github": "^1.1.0",
"pug": "^2.0.0-rc.4",
"utf8": "^3.0.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"browser-sync": "^2.23.6",
"chai": "^4.1.2",
"gulp": "^3.9.1",
"gulp-nodemon": "^2.2.1",
"gulp-open": "^3.0.0",
"gulp-sass": "^3.1.0",
"ip": "^1.1.5",
"mocha": "^5.0.0",
"passport-stub": "^1.1.1",
"rimraf": "^2.6.2",
"supertest": "^3.0.0"
},
"standard": {
"ignore": [
"test/*",
"public/js/*"
]
}
}