Skip to content

Commit

Permalink
Merge pull request #7 from sjelfull-forks/master
Browse files Browse the repository at this point in the history
Add package manager specs
  • Loading branch information
carolineschnapp committed Oct 27, 2015
2 parents 6949c41 + 24711c1 commit 240aa0d
Show file tree
Hide file tree
Showing 4 changed files with 90 additions and 0 deletions.
25 changes: 25 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "currencies",
"description": "jquery.currencies.js expands the currencies.js library provided by Shopify and has to be used in conjunction with it.",
"version": "1.0.0",
"main": [
"jquery.currencies.js"
],
"keywords": [
"ecosystem:jquery",
"jquery-plugin",
"shopify",
"currency"
],
"authors": [
{
"name": "Caroline Schnapp",
"email": "mllegeorgesand@gmail.com",
"homepage": "https://github.com/carolineschnapp"
}
],
"dependencies": {
"jquery": ">=1.7.2"
},
"ignore": []
}
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "carolineschnapp/currencies",
"description": "jquery.currencies.js expands the currencies.js library provided by Shopify and has to be used in conjunction with it.",
"homepage": "https://github.com/carolineschnapp/currencies"
}
32 changes: 32 additions & 0 deletions currencies.jquery.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"name": "currencies",
"title": "Shopify Currencies",
"description": "jquery.currencies.js expands the currencies.js library provided by Shopify and has to be used in conjunction with it.",
"version": "1.0.0",
"homepage": "https://github.com/carolineschnapp/currencies",
"author": {
"name": "Caroline Schnapp",
"email": "mllegeorgesand@gmail",
"url": "http://github.com/carolineschnapp"
},
"repository": {
"type": "git",
"url": "https://github.com/carolineschnapp/currencies.git"
},
"bugs": "https://github.com/carolineschnapp/currencies/issues",
"dependencies": {
"jquery": ">=1.7.2"
},
"keywords": [
"ecosystem:jquery",
"jquery-plugin",
"shopify",
"currency"
],
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
]
}
28 changes: 28 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "jquery.currencies.js",
"version": "1.0.0",
"title": "Currencies.js extension for Shopify",
"description": "jquery.currencies.js expands the currencies.js library provided by Shopify and has to be used in conjunction with it.",
"keywords": [
"ecosystem:jquery",
"jquery-plugin",
"shopify",
"currency"
],
"author": {
"name": "Caroline Schnapp",
"email": "mllegeorgesand@gmail.com",
"url": "https://github.com/carolineschnapp"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/carolineschnapp/currencies/issues"
},
"main": "jquery.currencies.js",
"homepage": "https://github.com/carolineschnapp/currencies/",
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/carolineschnapp/currencies.git"
}
}

0 comments on commit 240aa0d

Please sign in to comment.