forked from carolineschnapp/currencies
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 813 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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": "[email protected]",
"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"
}
}