-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.77 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.77 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
{
"name": "react-clockpicker",
"version": "0.1.1",
"description": "React port of Clockpicker widget",
"author": "Fatih Altinok <fatihaltinok@live.com> (http://github.com/frontsideair)",
"license": "MIT",
"homepage": "https://github.com/frontsideair/react-clockpicker",
"repository": {
"type": "git",
"url": "git+https://github.com/frontsideair/react-clockpicker.git"
},
"bugs": {
"url": "https://github.com/frontsideair/react-clockpicker/issues"
},
"scripts": {
"start": "node devServer.js",
"build": "NODE_ENV=production webpack --config webpack.config.prod.js",
"lint": "eslint src"
},
"main": "dist/react-clockpicker.js",
"style": "dist/react-clockpicker.css",
"files": [
"src",
"dist"
],
"peerDependencies": {
"react": "15.x",
"react-dom": "15.x",
"react-bootstrap": "^0.28.5"
},
"devDependencies": {
"babel-core": "6.3.15",
"babel-eslint": "5.0.0-beta4",
"babel-loader": "6.2.0",
"babel-preset-es2015": "6.3.13",
"babel-preset-react": "6.3.13",
"babel-preset-react-hmre": "1.0.0",
"babel-preset-stage-0": "6.3.13",
"cross-env": "1.0.6",
"css-loader": "0.23.1",
"eslint": "1.10.3",
"eslint-plugin-babel": "3.0.0",
"eslint-plugin-react": "3.11.3",
"eventsource-polyfill": "0.9.6",
"express": "4.13.3",
"extract-text-webpack-plugin": "1.0.1",
"react": "15.x",
"react-dom": "15.x",
"react-bootstrap": "^0.28.5",
"react-overlays": "0.6.0",
"rimraf": "2.4.3",
"style-loader": "0.13.0",
"webpack": "1.12.9",
"webpack-dev-middleware": "1.4.0",
"webpack-hot-middleware": "2.6.0"
},
"keywords": [
"react",
"reactjs",
"timepicker",
"clockpicker",
"time",
"clock",
"picker",
"bootstrap",
"widget"
]
}