forked from SpectaTechnologies/med-stock
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.14 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
{
"name": "mean-social-app",
"version": "0.0.0",
"description": "Mean sample social app from MEAN stack book",
"main": "app.js",
"engines": {
"node": "4.1.1"
},
"dependencies": {
"bcrypt": "^0.8.4",
"body-parser": "~1.13.2",
"express": "~4.13.1",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-ng-annotate": "^1.1.0",
"gulp-nodemon": "^2.0.3",
"gulp-sourcemaps": "^1.5.2",
"gulp-stylus": "^2.0.5",
"gulp-uglify": "^1.2.0",
"jwt-simple": "^0.3.0",
"lodash": "^3.10.0",
"ws": "^0.7.2",
"wscat": "^1.0.0",
"mongoose": "~4.2.4",
"morgan": "~1.6.1",
"angular-ui-router": "~0.2.15"
},
"devDependencies": {
"chai": "^3.2.0",
"chai-as-promised": "^5.1.0",
"mocha": "^2.2.5",
"protractor": "^2.1.0"
},
"scripts": {
"start": "gulp dev"
},
"repository": {
"type": "git",
"url": "git://github.com/vishivish18/mean-social-app.git"
},
"keywords": [
"Mongo",
"Express",
"Angular",
"Node"
],
"author": "vishalR",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/vishivish18/mean-social-app/issues"
}
}