HELLO v3!!!
This commit is contained in:
59
spec/fixtures/dynamic_finders/plugin_version/traktivity/composer_file/package.json
vendored
Normal file
59
spec/fixtures/dynamic_finders/plugin_version/traktivity/composer_file/package.json
vendored
Normal file
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"name": "traktivity",
|
||||
"version": "2.2.1",
|
||||
"description": "Log your activity on Trakt.tv",
|
||||
"main": "traktivity.php",
|
||||
"directories": {
|
||||
"doc": "docs"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "webpack --progress --watch",
|
||||
"build": "NODE_ENV=production webpack"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/jeherve/traktivity.git"
|
||||
},
|
||||
"keywords": [
|
||||
"wordpress",
|
||||
"plugin",
|
||||
"trakt.tv",
|
||||
"TMDb",
|
||||
"log"
|
||||
],
|
||||
"author": "Jeremy Herve",
|
||||
"license": "GPL-2.0+",
|
||||
"bugs": {
|
||||
"url": "https://github.com/jeherve/traktivity/issues"
|
||||
},
|
||||
"homepage": "https://wordpress.org/plugins/traktivity/",
|
||||
"devDependencies": {
|
||||
"babel-core": "^6.25.0",
|
||||
"babel-loader": "^7.1.1",
|
||||
"babel-preset-env": "^1.6.0",
|
||||
"babel-preset-es2015": "^6.24.1",
|
||||
"babel-preset-react": "^6.24.1",
|
||||
"babel-preset-stage-1": "^6.24.1",
|
||||
"browser-sync": "^2.18.13",
|
||||
"browser-sync-webpack-plugin": "^1.2.0",
|
||||
"eslint": "^4.3.0",
|
||||
"eslint-config-wpcalypso": "^0.8.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.0.2",
|
||||
"eslint-plugin-react": "^7.1.0",
|
||||
"eslint-plugin-wpcalypso": "^3.4.0",
|
||||
"file-loader": "^0.11.2",
|
||||
"webpack": "^3.2.0",
|
||||
"webpack-dashboard": "^0.4.0",
|
||||
"webpack-dev-middleware": "^1.11.0",
|
||||
"webpack-dev-server": "^2.5.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"extract-text-webpack-plugin": "^3.0.0",
|
||||
"gridicons": "^2.0.1",
|
||||
"prop-types": "^15.5.10",
|
||||
"react": "^15.6.1",
|
||||
"react-dom": "^15.6.1",
|
||||
"react-router-dom": "^4.1.2",
|
||||
"wpapi": "^1.1.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user