HELLO v3!!!
This commit is contained in:
34
spec/fixtures/dynamic_finders/plugin_version/wp-time-sheets/composer_file/package.json
vendored
Normal file
34
spec/fixtures/dynamic_finders/plugin_version/wp-time-sheets/composer_file/package.json
vendored
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user