{
  "name": "material-timepicker",
  "version": "0.1.2",
  "description": "material design timepicker",
  "main": "./dist/js/timepicker.js",
  "scripts": {
    "test": "gulp test:unit",
    "build": "cp ./build/css/timepicker.css ./dist/css && babel ./src --out-dir ./dist"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hownowbrowncow/material-timepicker.git"
  },
  "keywords": [
    "timepicker",
    "material-timepicker"
  ],
  "author": "Nick C",
  "license": "MIT",
  "homepage": "https://github.com/hownowbrowncow/material-timepicker#readme",
  "devDependencies": {
    "babel": "^5.8.23",
    "chai": "^3.3.0",
    "gulp": "^3.9.0",
    "gulp-modern-tasks": "^0.1.4",
    "gulp-rimraf": "^0.2.0",
    "mocha": "^2.3.3",
    "sinon": "^1.17.1"
  }
}
