marquex
2015-06-19 9fb8e8e59093420e0ba4e365272f0c65302a339b
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
{
  "name": "react-datetime",
  "version": "0.1.0",
  "description": "A lightweight but complete datetime picker React.js component.",
  "homepage": "https://github.com/arqex/react-datetime",
  "repository": {
    "type": "git",
    "url": "https://github.com/arqex/react-datetime"
  },
  "main": "./lib/DateTime.jsx",
  "scripts": {
    "build-npm": "jsx -x jsx ./src/ ./lib/",
    "build": "webpack --output-file react-bootstrap-datetimepicker.js",
    "build-min": "$COMPRESS=1 webpack --output-file react-bootstrap-datetimepicker.min.js",
    "examples": "webpack-dev-server --config ./examples/webpack.config.js",
    "test-watch": "./node_modules/.bin/grunt watch 2>&1 >/dev/null & karma start karma.dev.js",
    "test": "./node_modules/.bin/grunt build && karma start karma.ci.js"
  },
  "keywords": [
    "react",
    "react-component",
    "bootstrap",
    "datetimepicker",
    "datetime"
  ],
  "author": "Javier Marquez <arqex.com>",
  "license": "MIT",
  "peerDependencies": {
    "react": ">=0.12",
    "moment": "^2.8.2"
  },
  "devDependencies": {
    "envify": "~3.2.0",
    "grunt": "~0.4.2",
    "grunt-amd-wrap": "^1.0.1",
    "grunt-browserify": "~1.3.0",
    "grunt-cli": "~0.1.13",
    "grunt-contrib-clean": "~0.5.0",
    "grunt-contrib-copy": "~0.5.0",
    "grunt-contrib-requirejs": "~0.4.1",
    "grunt-contrib-uglify": "~0.3.2",
    "grunt-contrib-watch": "~0.5.3",
    "grunt-react": "~0.10.0",
    "grunt-shell": "~0.6.4",
    "html-webpack-plugin": "^1.1.0",
    "jsx-loader": "^0.12.2",
    "react": ">=0.12",
    "react-tools": "^0.12.2",
    "requirejs": "~2.1.9",
    "webpack": "^1.5.1",
    "webpack-dev-server": "^1.7.0"
  },
  "dependencies": {
    "object-assign": "^3.0.0",
    "react-onclickoutside": "^0.2.4"
  }
}