-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.4 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
{
"name": "mean",
"version": "1.0.0",
"description": "MEAN - Sistema de estudo",
"main": "server.js",
"scripts": {
"test": "protractor",
"start": "node server"
},
"author": "Jhosef Marks de Carvalho",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.4",
"ejs": "^2.7.1",
"express": "^4.17.1",
"express-load": "^1.1.16",
"express-session": "^1.17.0",
"helmet": "^3.21.2",
"method-override": "^3.0.0",
"mongo-sanitize": "^1.0.1",
"mongodb": "^3.3.3",
"mongoose": "^5.7.8",
"mongoose-findorcreate": "^3.0.0",
"passport": "^0.4.0",
"passport-github": "^1.1.0"
},
"devDependencies": {
"grunt": "^1.0.4",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-ng-annotate": "^3.0.0",
"grunt-usemin": "^3.1.1",
"jasmine": "^3.5.0",
"karma": "^4.4.1",
"karma-chrome-launcher": "^3.1.0",
"karma-cli": "^2.0.0",
"karma-jasmine": "^2.0.1",
"karma-ng-html2js-preprocessor": "^1.0.0",
"karma-phantomjs-launcher": "^1.0.4",
"nodemon": "^1.19.4",
"phantomjs-prebuilt": "^2.1.16"
}
}