forked from bougiebatz/bougiebatz
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
98 lines (98 loc) · 2.9 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "bougiebatz",
"version": "1.0.0",
"description": "visual news application",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"start": "gulp start",
"start:es6": "gulp start:es6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/astonishingowls/bougiebatz.git"
},
"original_author": "jake smith, sam gowda, nav ghuman, julia randall",
"updated_authors": "sara sailors, canh trinh, katie barnes, john jung",
"license": "ISC",
"bugs": {
"url": "https://github.com/astonishingowls/bougiebatz/issues"
},
"homepage": "https://github.com/astonishingowls/bougiebatz#readme",
"dependencies": {
"angular": "^1.5.8",
"angular-animate": "^1.5.8",
"angular-aria": "^1.5.8",
"angular-material": "^1.1.1",
"angular-mocks": "^1.5.8",
"angular-modal-service": "^0.10.1",
"angular-pageslide-directive": "^2.1.1",
"angular-route": "^1.5.8",
"axios": "^0.15.0",
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-1": "^6.16.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.15.2",
"bootstrap": "^3.3.7",
"browser-sync": "^2.17.5",
"chai": "^3.5.0",
"cookie-parser": "^1.4.3",
"cors": "^2.8.1",
"css-loader": "^0.25.0",
"debug": "^2.2.0",
"express": "^4.14.0",
"express-router": "0.0.1",
"express-session": "^1.14.1",
"font-awesome-animation": "0.0.8",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-clean": "^0.3.2",
"gulp-livereload": "^3.8.1",
"gulp-nodemon": "^2.2.1",
"gulp-sass": "^2.3.2",
"gulp-shell": "^0.5.2",
"gulp-util": "^3.0.7",
"inline-style-prefixer": "^2.0.4",
"jquery": "^3.1.1",
"karma": "^1.3.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-mocha": "^1.2.0",
"karma-nyan-reporter": "^0.2.4",
"karma-phantomjs-launcher": "^1.0.2",
"karma-requirejs": "^1.1.0",
"karma-safari-launcher": "^1.0.0",
"karma-sinon": "^1.0.5",
"karma-unicorn-reporter": "^0.1.4",
"mocha": "^3.1.2",
"mongoose": "^4.6.4",
"morgan": "^1.7.0",
"nodemon": "^1.11.0",
"parse": "^1.9.2",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^4.0.0",
"path": "^0.12.7",
"phantomjs-prebuilt": "^2.1.13",
"react": "^15.3.2",
"react-bootstrap": "^0.30.5",
"react-burger-menu": "^1.10.8",
"react-dom": "^15.3.2",
"react-dropdown": "^1.1.0",
"react-emoji-react": "^0.3.0",
"react-fade": "^1.1.1",
"react-image-layout": "^1.0.0",
"react-router": "^2.8.1",
"react-select": "^1.0.0-rc.2",
"request": "^2.75.0",
"require": "^2.4.20",
"requirejs": "^2.3.2",
"sinon": "^1.17.6",
"style-loader": "^0.13.1",
"webpack": "^1.13.2"
}
}