-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.3 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
{
"name": "proyectodsi",
"version": "0.0.1",
"description": "Proyecto final para la asignatura de DSI",
"main": "app.js",
"scripts": {
"test": "./node_modules/karma/bin/karma start --single-run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Losnen/Proyecto-DSI.git"
},
"author": "Samuel Ramos Barroso y Joshua Pérez García",
"license": "MIT",
"bugs": {
"url": "https://github.com/Losnen/Proyecto-DSI/issues"
},
"homepage": "https://github.com/Losnen/Proyecto-DSI#readme",
"dependencies": {
"body-parser": "^1.15.1",
"bower": "^1.7.9",
"ejs": "^2.4.1",
"express": "^4.13.4",
"express-ejs-layouts": "^2.1.0",
"mongoose": "^4.4.14"
},
"devDependencies": {
"browser-sync": "^2.12.8",
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-cssmin": "^0.1.7",
"gulp-jscs": "^3.0.2",
"gulp-jshint": "^2.0.1",
"gulp-jsmin": "^0.1.5",
"gulp-minify-ejs": "^1.0.3",
"gulp-nodemon": "^2.0.7",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.1",
"jshint": "^2.9.2",
"jshint-stylish": "^2.2.0",
"karma": "^0.13.22",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^1.0.1",
"karma-html2js-preprocessor": "^1.0.0",
"karma-mocha": "^1.0.1",
"mocha": "^2.4.5"
}
}