-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
61 lines (61 loc) · 1.65 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
{
"name": "Brainstorm",
"version": "1.0.0",
"description": "Brainstorming app",
"main": "index.js",
"scripts": {
"test": "node index.js& ./node_modules/.bin/mocha --bail --reporter nyan specs/server/ServerSpec.js; pkill -n node;"
},
"repository": {
"type": "git",
"url": "https://github.com/HRR2-Brainstorm/Brainstorm"
},
"keywords": [
"Brainstorm"
],
"author": "Brett, Dmitri, Gunnari, Jason",
"license": "MIT",
"bugs": {
"url": "https://github.com/HRR2-Brainstorm/Brainstorm/issues"
},
"homepage": "https://github.com/HRR2-Brainstorm/Brainstorm",
"devDependencies": {
"browser-sync": "^1.7.2",
"chai": "^1.10.0",
"expect.js": "^0.3.1",
"gulp": "^3.8.10",
"gulp-minify-css": "^0.3.11",
"gulp-minify-html": "^0.1.7",
"gulp-nodemon": "^1.0.4",
"gulp-rev": "^2.0.1",
"gulp-shell": "^0.2.11",
"gulp-uglify": "^1.0.2",
"gulp-usemin": "^0.3.8",
"gulp-watch": "^3.0.0",
"jasmine-core": "^2.1.2",
"karma": "^0.12.28",
"karma-chrome-launcher": "^0.1.5",
"karma-cli": "0.0.4",
"karma-jasmine": "^0.3.2",
"karma-mocha": "^0.1.9",
"karma-nested-reporter": "^0.1.3",
"karma-nyan-reporter": "0.0.50",
"karma-phantomjs-launcher": "^0.1.4",
"karma-unicorn-reporter": "^0.1.4",
"mocha": "^2.0.1",
"request": "^2.49.0"
},
"dependencies": {
"body-parser": "^1.10.0",
"express": "^4.10.4",
"express-session": "^1.9.3",
"mongodb": "^1.4.23",
"mongoose": "^3.8.20",
"morgan": "^1.5.0",
"passport": "^0.2.1",
"passport-github": "^0.1.5",
"q": "^1.1.2",
"socket.io": "^1.2.1",
"socket.io-client": "^1.2.1"
}
}