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,37 @@
{
"name": "carbon-fields",
"version": "1.6.0",
"description": "WordPress developer-friendly custom fields for post types, taxonomy terms, users, comments, widgets, options, navigation menus and more.",
"main": "index.js",
"directories": {
"test": "tests"
},
"bin": {
"postcss": "node_modules/.bin/postcss"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postcss": "postcss -c postcss.config.js -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/htmlburger/carbon-fields.git"
},
"keywords": [
"custom",
"fields"
],
"author": "htmlburger",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/htmlburger/carbon-fields/issues"
},
"homepage": "https://github.com/htmlburger/carbon-fields#readme",
"devDependencies": {
"autoprefixer": "^6.5.2",
"cssnano": "^3.8.0",
"postcss-cli": "^2.6.0",
"postcss-import": "^8.1.3",
"postcss-simple-vars": "^3.0.0"
}
}