forked from lightvector/arimaa-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.31 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
{
"name": "arimaa-frontend",
"version": "0.0.1",
"description": "Frontend for playarimaa.org",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/lightvector/arimaa-server.git"
},
"keywords": [
"arimaa"
],
"author": "Aaron Zhou",
"license": "ISC",
"bugs": {
"url": "https://github.com/lightvector/arimaa-server/issues"
},
"homepage": "https://github.com/lightvector/arimaa-server",
"devDependencies": {
"browserify": "^10.2.4",
"event-stream": "^3.3.1",
"gulp": "^3.9.0",
"gulp-jade": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.3",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"jquery": "^2.1.4",
"react-cookie": "^0.2.5",
"reactify": "^1.1.1",
"uglify-js": "^2.4.23",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.2.3"
},
"dependencies": {
"classnames": "^2.2.1",
"es6-shim": "^0.33.0",
"flux": "^2.0.1",
"history": "^1.13.0",
"keymirror": "~0.1.0",
"object-assign": "^1.0.0",
"react-bootstrap": "^0.27.3",
"react-dom": "^0.14.1",
"react-linkify": "^0.1.1",
"react-modal": "^0.6.1",
"react-router": "^1.0.0-rc4",
"react": "^0.14.0"
}
}