-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
75 lines (75 loc) · 2.04 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "FullstackGeneratedApp",
"version": "1.0.0",
"description": "A generated project at Fullstack Academy",
"engines": {
"node": "5.1.0"
},
"main": "server/start.js",
"scripts": {
"start": "nodemon --watch server -e js,html server/start.js",
"postinstall": "gulp build"
},
"dependencies": {
"angular": "^1.4.0",
"angular-bootstrap": "^0.12.0",
"angular-mocks": "^1.4.0",
"angular-ui-router": "^0.2.15",
"babel": "^5.0.12",
"bluebird": "^2.9.34",
"body-parser": "^1.12.0",
"bootstrap": "^3.3.4",
"chai": "^2.1.0",
"chalk": "^1.0.0",
"connect-mongo": "^0.7.0",
"cookie-parser": "^1.3.4",
"dotenv": "^1.2.0",
"express": "^4.12.0",
"express-session": "^1.10.3",
"foursquarevenues": "^2.0.0",
"gulp": "^3.8.11",
"gulp-babel": "^5.1.0",
"gulp-concat": "^2.5.2",
"gulp-eslint": "^0.14.0",
"gulp-istanbul": "^0.9.0",
"gulp-livereload": "^3.7.0",
"gulp-minify-css": "^0.4.6",
"gulp-mocha": "^2.0.0",
"gulp-ng-annotate": "^0.5.2",
"gulp-plumber": "^0.6.6",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.1.0",
"gulp-sourcemaps": "^1.3.0",
"gulp-uglify": "^1.1.0",
"karma": "^0.12.31",
"karma-chai": "^0.1.0",
"karma-coverage": "^0.2.7",
"karma-mocha": "^0.1.10",
"karma-mocha-reporter": "^1.0.2",
"karma-phantomjs-launcher": "^0.1.4",
"lodash": "^3.9.3",
"mocha-mongoose": "^1.0.3",
"mongodb": "^1.4.33",
"mongoose": "^4.0.7",
"nodemon": "^1.3.7",
"passport": "^0.2.1",
"passport-facebook": "^1.0.3",
"passport-google-oauth": "^0.1.5",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.2",
"react-native": "^0.14.2",
"react-native-vector-icons": "^0.8.5",
"run-sequence": "^1.0.2",
"serve-favicon": "^2.2.0",
"shortid": "^2.2.4",
"sinon": "^1.13.0",
"socket.io": "^1.3.4",
"socket.io-client": "^1.3.5",
"supertest": "^0.15.0"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/nyczmagix/nomz.git"
}
}