aboutsummaryrefslogblamecommitdiffhomepage
path: root/package.json
blob: 50a4a6b99de19e9c66791d60cf723754d3e0fea4 (plain) (tree)
1
2
3
4
5
6
7
8
9
 
                           
                     
                                    

               
                        

                      
                  





                   
         


                      
                       
                                                              


                                    
                                                           

           
                                                                 


                    
                

              
                                

                                        
                                   
                                                      
                                              
                                
                                          




                                             

                      
                        
                      
                          
                        

                        
                        

                          




                   
                           
                        
                    
                            
                       

   
{
  "name": "rc-time-picker",
  "version": "3.0.0",
  "description": "React TimePicker",
  "keywords": [
    "react",
    "react-time-picker",
    "react-component",
    "timepicker",
    "time-picker",
    "ui component",
    "ui",
    "component"
  ],
  "files": [
    "lib",
    "es",
    "assets/*.css"
  ],
  "main": "lib/index",
  "module": "es/index",
  "homepage": "http://github.com/react-component/time-picker",
  "author": "wuzhao.mail@gmail.com",
  "repository": {
    "type": "git",
    "url": "git@github.com:react-component/time-picker.git"
  },
  "bugs": {
    "url": "http://github.com/react-component/time-picker/issues"
  },
  "licenses": "MIT",
  "config": {
    "port": 8011
  },
  "scripts": {
    "dist": "rc-tools run dist",
    "build": "rc-tools run build",
    "gh-pages": "rc-tools run gh-pages",
    "start": "rc-tools run server",
    "compile": "rc-tools run compile --babel-runtime",
    "pub": "rc-tools run pub --babel-runtime",
    "lint": "rc-tools run lint",
    "lint:fix": "rc-tools run lint --fix",
    "karma": "rc-test run karma",
    "saucelabs": "rc-test run saucelabs",
    "test": "rc-test run test",
    "chrome-test": "rc-test run chrome-test",
    "coverage": "rc-test run coverage"
  },
  "devDependencies": {
    "core-js": "^2.5.1",
    "async": "~0.9.0",
    "expect.js": "~0.3.1",
    "pre-commit": "1.x",
    "rc-test": "^6.0.1",
    "rc-tools": "6.x",
    "rc-util": "^4.0.2",
    "react": "^16.0.0",
    "react-dom": "^16.0.0"
  },
  "pre-commit": [
    "lint"
  ],
  "dependencies": {
    "babel-runtime": "6.x",
    "classnames": "2.x",
    "moment": "2.x",
    "prop-types": "^15.5.8",
    "rc-trigger": "1.x"
  }
}