-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (70 loc) · 1.67 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
{
"name": "Foto",
"version": "1.0.0",
"description": "Photo gallery web app that allows groups of users to share and edit photos amongst themselves",
"main": "app.js",
"scripts": {
"start": "node ./bin/run-server",
"test": "grunt"
},
"author": "J. Patrick Taggart",
"dependencies": {
"body-parser": "^1.14.1",
"cookie-session": "^2.0.0-alpha.1",
"ejs": "^2.3.4",
"eslint": "^2.3.0",
"express": "^4.13.3",
"lodash": "^4.6.1",
"mongoose": "^4.1.11",
"node-uuid": "^1.4.3",
"seeder": "^0.2.1",
"ejs": "*",
"eslint": "*",
"express": "*",
"grunt-cli": "*",
"gruntify-eslint": "*",
"jquery": "*",
"lodash": "*",
"react": "*",
"react-addons-test-utils": "*",
"react-addons-update": "*",
"react-dom": "*",
"react-redux": "*",
"reactify": "*",
"redux": "*"
},
"devDependencies": {
"chai": "^3.2.0",
"express-session": "^1.11.3",
"grunt": "^0.4.5",
"grunt-shell": "^1.2.1",
"gruntify-eslint": "^2.0.0",
"gulp": "^3.9.0",
"gulp-eslint": "^2.0.0",
"gulp-zip": "^3.0.2",
"node-mocks-http": "^1.4.4",
"proxyquire": "^1.7.1",
"sinon": "^1.16.1",
"supertest": "^1.1.0",
"babel-preset-react": "*",
"babel-register": "*",
"browserify": "*",
"browserify-resolutions": "*",
"chai": "*",
"eslint-plugin-react": "*",
"expect": "*",
"grunt": "*",
"grunt-mocha-test": "*",
"grunt-shell": "*",
"gulp": "*",
"gulp-eslint": "*",
"gulp-zip": "*",
"jsdom": "*",
"mocha": "*",
"proxyquire": "*",
"redux-devtools": "*",
"sinon": "*",
"vinyl-source-stream": "*",
"watchify": "*"
}
}