-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.27 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.27 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
{
"name": "chess",
"version": "0.0.1",
"description": "Chess Game",
"author": "Tess Distefano <tess.distefano@gmail.com>, Dennis Shtatnov <densht@gmail.com>, Zach Silverstein <Zacharie.Silverstein@gmail.com> Dan Ziegler <dmziegman@gmail.com>",
"main": "./server",
"repository": {
"type": "git",
"url": "https://github.com/dennisss/chess"
},
"keywords": [
"game",
"chess"
],
"dependencies": {
"express": "4.13.3",
"body-parser": "1.14.2",
"socket.io": "1.3.7",
"underscore": "1.8.3",
"async": "1.5.2"
},
"devDependencies": {
"browserify": "13.0.0",
"es6ify": "1.6.0",
"gulp": "3.9.0",
"gulp-autoprefixer": "3.1.0",
"gulp-jshint": "2.0.0",
"gulp-rename": "1.2.2",
"gulp-rimraf": "0.2.0",
"gulp-sass": "2.1.1",
"gulp-sourcemaps": "1.6.0",
"gulp-util": "3.0.7",
"istanbul": "0.4.1",
"jsdoc": "3.4.0",
"jshint": "2.8.0",
"jshint-stylish": "2.1.0",
"jshint-html-reporter": "0.2.4",
"phantomjs": "1.9.19",
"jsdom": "8.0.4",
"webdriverio": "4.0.3",
"selenium-standalone": "5.0.0",
"merge-stream": "1.0.0",
"minami": "^1.1.1",
"mocha": "2.3.4",
"co-mocha": "1.1.2",
"chai": "3.5.0",
"sinon": "1.17.3",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "1.1.0",
"colors": "1.1.2",
"fastclick": "1.0.6"
},
"private": true
}