-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.15 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
{
"name": "DiscoveringFlux",
"version": "0.0.1",
"description": "",
"main": "web.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [],
"author": "Michael Klopf",
"license": "BSD-2-Clause",
"browser": {
"jquery": "./node_modules/jquery/dist/jquery.js",
"bootstrap": "./node_modules/bootstrap/dist/js/bootstrap.js"
},
"dependencies": {
"backbone": "^1.1.2",
"bcrypt-nodejs": "~0.0.3",
"body-parser": "1.2.2",
"bootstrap": "^3.2.0",
"connect-flash": "~0.1.1",
"cookie-parser": "1.1.0",
"ejs": "~1.0.0",
"express": "~4.3.2",
"express-session": "^1.2.1",
"gulp": "^3.8.8",
"gulp-browserify": "^0.5.0",
"gulp-concat": "^2.4.1",
"gulp-using": "0.0.1",
"jade": "~1.3.1",
"jquery": "^2.1.1",
"method-override": "^1.0.2",
"mongoose": "~3.8.11",
"node-env-file": "^0.1.3",
"passport": "~0.2.0",
"passport-local": "~1.0.0",
"react": "^0.11.2",
"reactify": "^0.14.0",
"restler": "~3.2.2",
"stylus": "~0.45.1",
"underscore": "^1.7.0",
"flux": "^2.0.1"
}
}