Adds DFs
This commit is contained in:
18
spec/fixtures/dynamic_finders/plugin_version/throwback-posts/composer_file/package.json
vendored
Normal file
18
spec/fixtures/dynamic_finders/plugin_version/throwback-posts/composer_file/package.json
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "throwback-posts",
|
||||
"version": "1.0.0",
|
||||
"description": "Throwback Posts is a WordPress Plugin",
|
||||
"main": "''",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "Samuel Silva",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-clean-css": "^4.0.0",
|
||||
"gulp-minify": "^3.1.0",
|
||||
"gulp-sass": "^4.0.2",
|
||||
"gulp-uglify": "^3.0.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user