HELLO v3!!!

This commit is contained in:
Ryan Dewhurst
2018-09-26 21:12:01 +02:00
parent 28b9c15256
commit d268a86795
1871 changed files with 988118 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
{
"name": "wp-time-sheets",
"description": "Visualize your data and events with Time sheets",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mohandere/wp-timesheets.git"
},
"keywords": [
"timeline",
"timesheet",
"timebar",
"line",
"bar",
"graph",
"visualize",
"chart"
],
"author": "Mohan Dere",
"license": "MIT",
"bugs": {
"url": "https://github.com/mohandere/wp-timesheets/issues"
},
"homepage": "https://github.com/mohandere/wp-timesheets#readme",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-cssmin": "^1.0.2",
"grunt-contrib-uglify": "^2.0.0"
}
}