-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.78 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.78 KB
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
{
"name": "Makerspace",
"version": "1.0.0",
"description": "A solution to conference room management systems",
"scripts": {
"test": "mocha --recursive --reporter=nyan ./test/setup.js ./test",
"start": "node server/server.js",
"lint": "node ./node_modules/eslint/bin/eslint.js ./client"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^2.10.2",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.11.1",
"eslint-plugin-jsx-a11y": "^1.5.5",
"eslint-plugin-react": "^5.2.2",
"jsdom": "^9.4.1",
"mocha": "^2.5.3",
"react-tap-event-plugin": "^1.0.0",
"supertest": "^1.2.0",
"supertest-as-promised": "^3.0.0",
"webpack": "^1.13.1"
},
"dependencies": {
"axios": "^0.13.1",
"babelify": "^7.3.0",
"babel-core": "^6.0.20",
"babel-eslint": "^4.1.3",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.0.15",
"babel-preset-react": "^6.0.15",
"babel-preset-stage-0": "^6.0.15",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.15.2",
"browserify-middleware": "^7.0.0",
"cookie-parser": "^1.4.3",
"cookie-session": "^2.0.0-alpha.1",
"express": "^4.14.0",
"fullcalendar": "^2.9.1",
"jquery": "^3.1.0",
"lodash": "^4.14.1",
"middleware": "^1.0.0",
"node-makerpass": "^1.1.0",
"node-uuid": "^1.4.7",
"nodemon": "^1.10.0",
"passport": "^0.3.2",
"passport-makerpass": "^2.0.0",
"path": "^0.12.7",
"promised-mongo": "github:makersquare/promised-mongo",
"react": "^15.2.1",
"react-bootstrap": "^0.30.0",
"react-dom": "^15.0.1",
"react-router": "^2.5.1",
"react-router-bootstrap": "^0.23.1",
"react-spinjs": "^3.0.0",
"sass.js": "^0.9.11",
"socket.io": "^1.4.8",
"validator": "^5.5.0",
"victory": "^0.6.0"
}
}