-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
43 lines (43 loc) · 1.25 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
{
"name": "secret-santa",
"version": "1.0.0",
"description": "Secret Santa is a Western Christmas tradition in which members of a group or community are randomly assigned a person to whom they anonymously give a gift.",
"main": "index.js",
"repository": "https://github.com/alireza-saberi/secret-santa.git",
"author": "Alireza Saberi <[email protected]>",
"license": "GPL",
"dependencies": {
"angular": "^1.6.2",
"angular-bootstrap": "^0.12.2",
"angular-route": "^1.6.2",
"body-parser": "^1.16.1",
"bootstrap": "^3.3.7",
"ejs": "^2.5.6",
"express": "^4.14.1",
"global": "^4.3.1",
"jquery": "^3.1.1",
"mongodb": "^2.2.24",
"swagger-jsdoc": "1.3.0"
},
"devDependencies": {
"gh-pages": "^0.12.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-clean-css": "^3.0.3",
"gulp-concat": "^2.6.1",
"gulp-htmlmin": "^3.0.0",
"gulp-imagemin": "^3.1.1",
"gulp-jsdoc3": "^1.0.1",
"gulp-jslint": "^1.0.10",
"gulp-jsmin": "^0.1.5",
"gulp-minify": "^0.0.15",
"gulp-processhtml": "^1.1.0",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^2.0.1",
"gulp-watch": "^4.3.11",
"htmlmin": "^0.0.7",
"jsdoc": "^3.4.3",
"nodemon": "^1.11.0",
"path": "^0.12.7"
}
}