This repository was archived by the owner on Nov 9, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.49 KB
/
package.json
File metadata and controls
89 lines (89 loc) · 2.49 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
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "rrtr-bootstrap",
"version": "0.21.2",
"description": "Integration between rrtr and React-Bootstrap",
"main": "./lib/index.js",
"scripts": {
"prepublish": "npm run build",
"build": "rimraf lib && babel src --out-dir=lib && webpack && webpack -p && npm run bower-prepare",
"test": "npm run lint && karma start --single-run",
"tdd": "karma start",
"visual-test": "open http://localhost:8080/ && webpack-dev-server --config webpack.visual.config.babel.js",
"lint": "eslint *.babel.js src tests",
"bower-prepare": "babel-node scripts/bower-prepare.js",
"release": "release"
},
"repository": {
"type": "git",
"url": "git@github.com:react-bootstrap/rrtr-bootstrap.git"
},
"keywords": [
"react",
"react-router",
"react-bootstrap"
],
"author": {
"name": "Matt Smith",
"email": "mtscout6@gmail.com"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/react-bootstrap/rrtr-bootstrap/issues"
},
"homepage": "https://github.com/react-bootstrap/rrtr-bootstrap",
"peerDependencies": {
"react": ">=0.14.0",
"rrtr": ">=2.1.2"
},
"devDependencies": {
"babel": "^5.8.38",
"babel-core": "^5.8.38",
"babel-eslint": "^4.1.8",
"babel-loader": "^5.4.0",
"bootstrap": "^3.3.6",
"chai": "^3.5.0",
"colors": "^1.1.2",
"css-loader": "^0.23.1",
"es5-shim": "^4.5.7",
"eslint": "^1.10.3",
"eslint-config-airbnb": "^2.1.1",
"eslint-plugin-babel": "^3.2.0",
"eslint-plugin-mocha": "^1.1.0",
"eslint-plugin-react": "^3.16.1",
"file-loader": "^0.8.5",
"history": "^2.0.1",
"html-webpack-plugin": "^2.15.0",
"karma": "^0.13.22",
"karma-cli": "^0.1.2",
"karma-mocha": "^0.2.2",
"karma-mocha-reporter": "^2.0.0",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sinon-chai": "^1.2.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.7.0",
"less": "^2.6.1",
"less-loader": "^2.2.3",
"lodash": "^3.10.1",
"lolex": "^1.4.0",
"mocha": "^2.4.5",
"node-libs-browser": "^1.0.0",
"phantomjs-prebuilt": "^2.1.7",
"react": "^15.0.0",
"react-bootstrap": "^0.28.5",
"react-dom": "^15.0.0",
"release-script": "^1.0.2",
"rimraf": "^2.5.2",
"rrtr": "^2.1.2",
"shelljs": "^0.6.0",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1",
"yargs": "^4.4.0"
},
"files": [
"lib"
]
}