-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.27 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
{
"name": "Gather",
"version": "0.0.0",
"description": "Realtime, local, tech-enabled games for people.",
"main": "index.js",
"dependencies": {
"express": "^4.1",
"socket.io": "^1.0",
"mysql": "^2.2",
"q": "^1.0",
"fast-csv": "^0.3",
"underscore": "^1.6",
"winston": "^0.7",
"mkdirp": "~0.5.0",
"debug": "~1.0.2",
"deepcopy": "~0.3.3",
"validator": "~3.22.1",
"mandrill-api": "~1.0.41"
},
"devDependencies": {
"grunt": "^0.4",
"grunt-contrib-uglify": "^0.4",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-less": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-test": "^0.10.2",
"socket.io-client": "^1.0",
"grunt-newer": "~0.7.0",
"grunt-shell": "~0.7.0",
"deep-diff": "~0.2.0",
"karma": "~0.12.23",
"grunt-karma": "~0.8.3",
"karma-chrome-launcher": "~0.1.4",
"karma-firefox-launcher": "~0.1.3",
"mocha": "~1.21.4",
"karma-mocha": "~0.1.9",
"karma-minimalist-reporter": "~0.2.0",
"karma-beep-reporter": "~0.1.4",
"chai-as-promised": "~4.1.1",
"chai": "~1.9.1",
"karma-expect": "~1.1.0",
"grunt-contrib-cssmin": "~0.10.0"
},
"repository": "https://bitbucket.org/jdgiese/gather-games-word-association",
"author": "",
"license": ""
}