-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.25 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.25 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "react-redhat",
"version": "0.0.33",
"description": "Bootstrap 3 components build with React",
"repository": {
"type": "git",
"url": "redhataccess/react-redhat"
},
"homepage": "https://github.com/redhataccess/react-redhat",
"scripts": {
"build": "./node_modules/.bin/grunt build",
"test-watch": "./node_modules/.bin/grunt watch 2>&1 >/dev/null & ./node_modules/karma/bin/karma start karma.dev.js",
"test-dev": "./node_modules/.bin/grunt build && ./node_modules/karma/bin/karma start karma.dev.js",
"test": "./node_modules/.bin/grunt build && ./node_modules/karma/bin/karma start karma.ci.js"
},
"keywords": [
"react",
"ecosystem-react",
"react-component",
"bootstrap"
],
"author": "Samuel Mendenhall <smendenh@redhat.com>",
"peerDependencies": {
"react": ">=0.12"
},
"devDependencies": {
"envify": "~1.2.1",
"grunt": "~0.4.2",
"grunt-amd-wrap": "^1.0.1",
"grunt-browserify": "~1.3.0",
"grunt-bump": "0.0.16",
"grunt-cli": "~0.1.13",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-requirejs": "~0.4.1",
"grunt-contrib-uglify": "~0.3.2",
"grunt-contrib-watch": "~0.5.3",
"grunt-react": "~0.10.0",
"grunt-release": "~0.9.0",
"grunt-shell": "~1.1.1",
"jquery": "~2.1.3",
"karma": "~0.12.8",
"karma-chai": "0.0.2",
"karma-chrome-launcher": "~0.1.2",
"karma-coffee-preprocessor": "~0.1.2",
"karma-firefox-launcher": "~0.1.3",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.1.5",
"karma-jquery": "~0.1.0",
"karma-mocha": "~0.1.1",
"karma-phantomjs-launcher": "~0.1.1",
"karma-requirejs": "~0.2.1",
"karma-script-launcher": "~0.1.0",
"karma-sinon": "^1.0.3",
"matchdep": "~0.3.0",
"mocha": "~1.16.2",
"react-async": "~2.0.0",
"requirejs": "~2.1.9",
"sinon": "^1.10.3"
},
"dependencies": {
"autolinker": "~0.15.2",
"jquery": "~2.1.3",
"jsuri": "~1.3.0",
"lodash": "~3.1.0",
"marty": "~0.8.10",
"moment": "~2.9.0",
"q": "~2.0.3",
"react": "~0.12.2",
"react-bootstrap": "~0.13.*",
"react-ladda": "~2.0.0",
"react-router": "~0.11.6",
"reactify": "*",
"stratajs": "~1.1.19",
"string": "~3.0.0"
}
}