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

               
                        

                      
                  








                      
                                                              


                                    
                                                           

           
                                                                 
































                                                            
                           






                                       
{
  "name": "rc-time-picker",
  "version": "0.3.0",
  "description": "React TimePicker",
  "keywords": [
    "react",
    "react-time-picker",
    "react-component",
    "timepicker",
    "time-picker",
    "ui component",
    "ui",
    "component"
  ],
  "files": [
    "lib",
    "assets/*.css"
  ],
  "main": "lib/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": 8001
  },
  "scripts": {
    "build": "rc-tools run build",
    "gh-pages": "rc-tools run gh-pages",
    "start": "rc-server",
    "pub": "rc-tools run pub",
    "lint": "rc-tools run lint",
    "karma": "rc-tools run karma",
    "saucelabs": "rc-tools run saucelabs",
    "browser-test": "rc-tools run browser-test",
    "browser-test-cover": "rc-tools run browser-test-cover",
    "validate": "npm ls"
  },
  "devDependencies": {
    "async": "~0.9.0",
    "bootstrap": "~3.3.2",
    "expect.js": "~0.3.1",
    "jquery": "~1.11.3",
    "pre-commit": "1.x",
    "rc-server": "3.x",
    "rc-tools": "4.x",
    "react": "0.14.x",
    "react-addons-test-utils": "~0.14.0",
    "react-dom": "0.14.x"
  },
  "pre-commit": [
    "lint"
  ],
  "dependencies": {
    "classnames": "~2.2.0",
    "gregorian-calendar": "4.x",
    "gregorian-calendar-format": "4.x",
    "object-assign": "4.x",
    "rc-trigger": "1.x",
    "rc-util": "2.x"
  }
}