-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
39 lines (39 loc) · 935 Bytes
/
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
{
"name": "raid",
"version": "0.0.1",
"description": "Rougue AI Dungeon!.",
"main": "client/main.js",
"directories": {
"test": "tests"
},
"scripts": {
"build": "browserify -t [ babelify --presets [ react ] ] client/main.js -o build/main.js",
"serve": "python -m SimpleHTTPServer"
},
"repository": {
"type": "git",
"url": "https://github.com/bovard/raid"
},
"keywords": [
"spaces",
"spacifier"
],
"private": true,
"bugs": {
"url": "https://github.com/bovard/raid/issues"
},
"homepage": "https://github.com/bovard/raid",
"dependencies": {
"babel-preset-react": "^6.5.0",
"babelify": "^7.3.0",
"brace": "^0.8.0",
"clone": "^1.0.2",
"generate-maze-by-clustering": "0.0.4",
"pathfinding": "^0.4.18",
"react": "^15.0.2",
"react-ace": "^3.4.1",
"react-bootstrap": "^0.29.4",
"react-dom": "^15.0.2",
"react-markdown": "^2.2.0"
}
}