Adds DFs
This commit is contained in:
32
spec/fixtures/dynamic_finders/plugin_version/netservice-reseller/composer_file/package.json
vendored
Normal file
32
spec/fixtures/dynamic_finders/plugin_version/netservice-reseller/composer_file/package.json
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "netservice-reseller",
|
||||
"version": "1.9.4",
|
||||
"description": "netservice reseller plugin for wordpress",
|
||||
"main": "",
|
||||
"scripts": {
|
||||
"build": "node node_modules/grunt/bin/grunt build",
|
||||
"start": "node node_modules/grunt/bin/grunt watch"
|
||||
},
|
||||
"keywords": [
|
||||
"wordpress",
|
||||
"wp",
|
||||
"plugin",
|
||||
"netservice",
|
||||
"netservice.shop",
|
||||
"reseller"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/netservice/wp.git"
|
||||
},
|
||||
"author": "Netservice",
|
||||
"license": "GPL-2.0+",
|
||||
"devDependencies": {
|
||||
"grunt": "^1.0.1",
|
||||
"grunt-contrib-jshint": "^1.0.0",
|
||||
"grunt-contrib-sass": "^1.0.0",
|
||||
"grunt-contrib-uglify": "^2.0.0",
|
||||
"grunt-contrib-watch": "^1.0.0",
|
||||
"grunt-wp-i18n": "^0.5.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user