This commit is contained in:
erwanlr
2019-04-26 10:56:26 +01:00
parent 28306b126b
commit 1ecd2600a3
11 changed files with 1280 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
{
"name": "qa-cost-of-goods-margins",
"version": "1.0.0",
"description": "Manage cost prices for your products and variations and instantly see the impact on margin, markup and value on hand in your store.",
"authors": [
{
"name": "Khan Mohammad R.",
"email": "khan@quickassortments.com",
"role": "Developer"
}
],
"devDependencies": {
"babel-preset-es2015": "^6.6.0",
"babel-preset-es2015-loose": "^7.0.0",
"babelify": "^7.2.0",
"browserify-shim": "^3.8.12",
"grunt": "^1.0.0",
"grunt-autoprefixer": "^3.0.4",
"grunt-browserify": "^5.0.0",
"grunt-combine-mq": "^0.9.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^4.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-lineending": "*",
"load-grunt-tasks": "^3.4.1"
},
"dependencies": {}
}