-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
42 lines (42 loc) · 802 Bytes
/
bower.json
File metadata and controls
42 lines (42 loc) · 802 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
35
36
37
38
39
40
41
42
{
"name": "react-dashboard",
"version": "1.4.0rc1",
"homepage": "https://github.com/rdytech/react-dashboard",
"authors": [
"Andrew McNamara <andrewm@jobready.com.au>"
],
"description": "JobReady Dashboard - React Implementation",
"moduleType": [
"es6"
],
"keywords": [
"react-dashboard"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"Gruntfile.js",
"jestPreprocessor.js",
"package.json",
"index.html",
"README.md",
"src",
"test",
"tests"
],
"main": [
"dist/react-dashboard.js",
"dist/react-dashboard.min.js"
],
"dependencies": {
"react": "~0.13.1"
},
"devDependencies": {
"jest": "~0.2.1",
"react": "~0.13.0",
"jquery": "~2.1.3"
}
}