-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 872 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
{
"name": "connector",
"version": "1.0.0",
"description": "An addictive game for eliminating dots",
"main": "connector.jsx",
"dependencies": {
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"react": "^15.3.2",
"react-addons-css-transition-group": "^15.3.2",
"react-addons-test-utils": "^15.3.2",
"react-dom": "^15.3.2",
"react-modal": "^1.5.2",
"webpack": "^1.13.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ycai2/Connector.git"
},
"author": "Yisheng Cai",
"license": "MIT",
"bugs": {
"url": "https://github.com/ycai2/Connector/issues"
},
"homepage": "https://github.com/ycai2/Connector#readme"
}