-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.4 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
{
"name": "typing-golf",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-front": "watchify -t reactify frontend/lib/routes.jsx -o frontend/public/js/main.build.js -v",
"build-front-once": "browserify -t reactify frontend/lib/routes.jsx -o frontend/public/js/main.build.js -v"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sealcode/typing-golf.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"bluebird": "^3.4.0",
"clone": "^1.0.2",
"deep-equal": "^1.0.1",
"event-emitter": "^0.3.4",
"merge": "^1.2.0",
"qwest": "^4.4.3",
"react": "^15.0.2",
"react-dom": "^15.0.2",
"react-router": "^2.4.0",
"sealious": "git://github.com/sealcode/sealious.git#829cb67c1b1b48f4f1b55e59845",
"sealious-channel-rest": "git://github.com/sealcode/sealious-channel-rest.git#subjects",
"sealious-www-server": "git://github.com/sealcode/sealious-www-server.git#references",
"sweetalert-react": "^0.4.4"
},
"devDependencies": {
"babel-preset-es2015": "^6.9.0",
"babelify": "^7.3.0",
"browserify": "^13.0.0",
"deep-equal": "^1.0.1",
"reactify": "^1.1.1",
"watchify": "^3.7.0"
},
"bugs": {
"url": "https://github.com/sealcode/typing-golf/issues"
},
"homepage": "https://github.com/sealcode/typing-golf#readme"
}