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,23 @@
{
"name": "nfe",
"title": "WooCommerce NFe",
"version": "1.0.7",
"author": "NFe.io",
"homepage": "https://github.com/nfe/woo-nfe",
"description": "WooCommerce extension for issuing invoices using the NFe.io API",
"repository": {
"type": "git",
"url": "https://github.com/nfe/woo-nfe.git"
},
"main": "Gruntfile.js",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-checktextdomain": "^1.0.1",
"grunt-wp-i18n": "^0.5.4",
"load-grunt-tasks": "^3.3.0"
},
"engines": {
"node": ">=0.8.0",
"npm": ">=1.1.0"
}
}