forked from mzabriskie/react-flipcard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 850 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
{
"name": "react-flipcard",
"version": "0.2.1",
"description": "React flip card component",
"main": "lib/main.js",
"scripts": {
"test": "rackt test --single-run --browsers Firefox",
"start": "rackt server"
},
"repository": {
"type": "git",
"url": "https://github.com/mzabriskie/react-flipcard.git"
},
"keywords": [
"react-component"
],
"author": "Matt Zabriskie",
"license": "MIT",
"bugs": {
"url": "https://github.com/mzabriskie/react-flipcard/issues"
},
"homepage": "https://github.com/mzabriskie/react-flipcard",
"devDependencies": {
"rackt-cli": "^0.5.3",
"react": "^0.14.0",
"react-addons-test-utils": "^0.14.0",
"react-dom": "^0.14.0"
},
"peerDependencies": {
"react": "^0.14.0",
"react-dom": "^0.14.0"
},
"dependencies": {
"classnames": "^2.2.0"
}
}