-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.17 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.17 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
{
"name": "ozp-react-commons",
"version": "1.0.7",
"description": "React.js and Reflux.js components which are shared by the center-ui and hud-ui projects.",
"scripts": {
"test": "./node_modules/karma/bin/karma start"
},
"repository": {
"type": "git",
"url": "https://github.com/ozone-development/ozp-react-commons.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://www.owfgoss.org/jira/browse/OZF"
},
"homepage": "https://github.com/ozone-development/ozp-react-commons",
"dependencies": {
"bootstrap-sass": "git://github.com/ozone-development/bootstrap-sass#e1952acb7f248a1e2813d4c16af01a0bb5cdaa24",
"es5-shim": "^4.0.6",
"jquery": "^2.1.1",
"lodash-amd": "2.4.1",
"object-assign": "2.0.0",
"react": "^0.12.2",
"react-router": "0.12.4",
"reflux": "^0.1.15",
"object-assign": "1.0.0"
},
"devDependencies": {
"chai": "1.10.0",
"fs": "0.0.2",
"inject-loader": "1.0.0",
"jsx-loader": "0.12.2",
"jsxhint-loader": "0.2.0",
"karma": "0.12.31",
"karma-mocha": "0.1.10",
"karma-phantomjs-launcher": "0.1.4",
"karma-webpack": "1.3.1",
"sinon": "1.7.0"
}
}