Simon Egersand
2017-02-06 99ccfd1df808bf8b9854dcbb14f3d07972d81c93
commit | author | age
47e834 1 {
9fb8e8 2   "name": "react-datetime",
c5aa9b 3   "version": "2.8.4",
9fb8e8 4   "description": "A lightweight but complete datetime picker React.js component.",
M 5   "homepage": "https://github.com/arqex/react-datetime",
7d71cd 6   "repository": {
LC 7     "type": "git",
9fb8e8 8     "url": "https://github.com/arqex/react-datetime"
aa410b 9   },
e44b2b 10   "main": "./DateTime.js",
75c558 11   "files": [
eefc2d 12     "DateTime.js",
SE 13     "react-datetime.d.ts",
a20f58 14     "typings/index.d.ts",
eefc2d 15     "src",
SE 16     "css",
17     "dist"
75c558 18   ],
a20f58 19   "types": "./typings/index.d.ts",
47e834 20   "scripts": {
43957d 21     "build:mac": "./node_modules/.bin/gulp",
6f922e 22     "build:win": "./node_modules/.bin/gulp.cmd",
SE 23     "dev": "./node_modules/.bin/webpack-dev-server --config example/webpack.config.js --devtool eval --progress --colors --hot --content-base example",
a20f58 24     "lint": "./node_modules/.bin/eslint src/ DateTime.js",
6f922e 25     "test": "node node_modules/mocha/bin/mocha tests",
SE 26     "test:all": "npm run test:typings && npm run test",
27     "test:typings": "./node_modules/.bin/tsc -p ./typings",
28     "test:watch": "node node_modules/mocha/bin/mocha --watch tests"
47e834 29   },
LC 30   "keywords": [
31     "react",
b92001 32     "react-component",
d76f7b 33     "datepicker",
M 34     "timepicker",
47e834 35     "datetimepicker",
LC 36     "datetime"
37   ],
18dc17 38   "author": "Javier Marquez",
47e834 39   "license": "MIT",
LC 40   "peerDependencies": {
6f922e 41     "moment": ">=2.16.0",
4c7584 42     "react": ">=0.13",
6f922e 43     "react-dom": ">=0.13"
47e834 44   },
LC 45   "devDependencies": {
a20f58 46     "@types/react": "^0.14.49",
0d14b5 47     "eslint": "^3.1.0",
d76f7b 48     "gulp": "^3.9.0",
M 49     "gulp-insert": "^0.4.0",
50     "gulp-uglify": "^1.2.0",
18dc17 51     "gulp-webpack": "^1.5.0",
2d8253 52     "jsdom": "^7.0.2",
99ccfd 53     "mocha": "^3.2.0",
4c7584 54     "moment": ">=2.16.0",
45ce05 55     "pre-commit": "^1.1.3",
4c7584 56     "react": ">=0.13",
SE 57     "react-addons-test-utils": ">=0.13",
58     "react-dom": ">=0.13",
a20f58 59     "typescript": "^2.0.10",
ae07e0 60     "webpack": "^1.5.1",
18dc17 61     "webpack-dev-server": "^1.7.0"
8362cf 62   },
LC 63   "dependencies": {
1f5ec1 64     "object-assign": "^3.0.0",
d359eb 65     "react-onclickoutside": "^4.1.0"
45ce05 66   },
SE 67   "pre-commit": [
68     "lint",
6f922e 69     "test:all"
45ce05 70   ]
8362cf 71 }