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,26 @@
{
"name": "ht-wrp",
"version": "1.1.0",
"description": "The HummingTree Wordpress plugin",
"main": "ht-wrp.php",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://bitbucket.org/hummingtree/hummingtree-wp-plugin"
},
"author": "HummingTree",
"license": "GPL-2.0-only",
"homepage": "https://bitbucket.org/hummingtree/hummingtree-wp-plugin#readme",
"devDependencies": {
"babel-env": "^2.4.1",
"babel-loader": "^7.1.2",
"css-loader": "^0.28.9",
"extract-text-webpack-plugin": "^3.0.2",
"node-sass": "^4.7.2",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.1",
"webpack": "^3.10.0"
}
}