mithril-timepicker
Version:
Pick a time! But only if you're using mithril
31 lines (30 loc) • 750 B
JSON
{
"name": "mithril-timepicker",
"version": "0.9.2",
"description": "Pick a time! But only if you're using mithril",
"main": "mithril-timepicker.js",
"scripts": {
"start": "webpack-dev-server"
},
"repository": "https://github.com/CreaturesInUnitards/mithril-timepicker",
"keywords": [
"timepicker",
"mithril",
"mithril-component"
],
"author": "Scott Simpson <portrayme@mac.com>",
"license": "MIT",
"devDependencies": {
"node-sass": "^4.5.1",
"postcss-loader": "^1.3.3",
"raw-loader": "^0.5.1",
"sass-loader": "^6.0.3",
"style-loader": "^0.16.0",
"webpack": "^2.3.2",
"webpack-dev-server": "^2.4.2"
},
"dependencies": {
"css-loader": "^0.28.10",
"mithril": "^1.1.6"
}
}