forked from ohall/react-pong
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 881 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
40
{
"name": "react-pong",
"version": "1.1.1",
"description": "A react ping pong game component",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ohall/react-pong.git"
},
"keywords": [
"react-component",
"react",
"ping",
"pong",
"game"
],
"author": "Oakley Hall",
"license": "MIT",
"bugs": {
"url": "https://github.com/ohall/react-pong/issues"
},
"homepage": "https://github.com/ohall/react-pong",
"dependencies": {
"lodash": "^4.17.5",
"react": "^0.14.6"
},
"devDependencies": {
"babel": "^5.5.8",
"babelify": "^6.1.2",
"browserify": "^10.2.4",
"del": "^1.2.0",
"eslint": "^0.11.0-alpha.0",
"gulp": "^3.9.0",
"gulp-babel": "^5.1.0",
"vinyl-source-stream": "^1.1.0"
}
}