UNPKG

989 BJSONView Raw
1{
2 "name": "react-sidebar",
3 "version": "2.0.0",
4 "author": "Paulus Schoutsen <Paulus@PaulusSchoutsen.nl>",
5 "description": "A sidebar component for React.",
6 "main": "dist-modules/index.js",
7 "scripts": {
8 "build": "babel src --out-dir dist-modules && webpack",
9 "dev": "webpack --watch",
10 "lint": "eslint src example/src"
11 },
12 "keywords": [
13 "component",
14 "react",
15 "react-component",
16 "sidebar"
17 ],
18 "repository": {
19 "type": "git",
20 "url": "git://github.com/balloob/react-sidebar.git"
21 },
22 "license": "MIT",
23 "peerDependencies": {
24 "react": ">=0.14.0",
25 "react-dom": ">=0.14.0"
26 },
27 "devDependencies": {
28 "babel": "^5.8.23",
29 "babel-core": "^5.8.25",
30 "babel-eslint": "^4.1.3",
31 "babel-loader": "^5.3.2",
32 "eslint": "^1.6.0",
33 "eslint-config-airbnb": "^0.1.0",
34 "eslint-plugin-react": "^3.5.1",
35 "react": ">=0.14.0",
36 "react-dom": ">=0.14.0",
37 "webpack": "^1.12.2",
38 "webpack-dev-server": "^1.12.0"
39 }
40}