-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 857 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 857 Bytes
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
{
"name": "react-dashcard",
"version": "0.0.0",
"description": "React dashboard card component",
"main": "lib/main.js",
"scripts": {
"test": "rackt test --single-run --browsers Firefox",
"start": "rackt server"
},
"repository": {
"type": "git",
"url": "https://github.com/instructure-react/react-dashcard.git"
},
"keywords": [
"react-component"
],
"author": "Matt Zabriskie",
"license": "MIT",
"bugs": {
"url": "https://github.com/instructure-react/react-dashcard/issues"
},
"homepage": "https://github.com/instructure-react/react-dashcard",
"devDependencies": {
"rackt-cli": "^0.5.3",
"react": "^0.14.0",
"react-addons-test-utils": "^0.14.0",
"react-dom": "^0.14.0",
"react-flipcard": "^0.2.1"
},
"peerDependencies": {
"react": "^0.14.0",
"react-dom": "^0.14.0"
}
}