-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 921 Bytes
/
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
{
"name": "socialapp",
"version": "1.0.0",
"description": "social app in angularJS, mongodb",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bjaroszewska/socialApp.git"
},
"author": "beata jaroszewska",
"license": "ISC",
"bugs": {
"url": "https://github.com/bjaroszewska/socialApp/issues"
},
"homepage": "https://github.com/bjaroszewska/socialApp#readme",
"dependencies": {
"bcrypt": "^2.0.0",
"body-parser": "^1.18.2",
"express": "^4.16.3",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^4.1.0",
"gulp-ng-annotate": "^2.1.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-stylus": "^2.7.0",
"gulp-uglify": "^3.0.0",
"jwt-simple": "^0.5.1",
"lodash": "^4.17.5",
"mongoose": "^5.0.12",
"nodemon": "^1.17.3"
}
}