-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 1.03 KB
/
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
29
30
{
"name": "obewds-molecular-components",
"version": "3.1.3",
"description": "A pure JavaScript ES Modules project built to compliment the OBE:WDS (OBE:BS4) Web Design System for rapid modern JavaScript development with design-flexible and deeply configurable interactive and static content components.",
"main": "index.js",
"scripts": {
"install_newest_imask": "npm install --save imask",
"move_newest_imask": "cp -a ./node_modules/imask/esm ./js/modules/plugins/imask",
"update_imask": "npm run install_newest_imask && npm run move_newest_imask"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oberocks/obewds-molecular-components.git"
},
"keywords": [
"es-modules",
"esm",
"javascript",
"obewds"
],
"author": "Matt 'Smash' McT",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/oberocks/obewds-molecular-components/issues"
},
"homepage": "https://github.com/oberocks/obewds-molecular-components#readme",
"dependencies": {
"imask": "^6.0.5"
}
}