forked from jondavidjohn/payform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 888 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
29
30
31
32
33
34
35
36
37
38
{
"name": "payform",
"version": "1.4.0",
"description": "A general purpose library for building credit card forms, validating inputs, and formatting numbers.",
"keywords": [
"payment",
"form",
"cc",
"card",
"credit card",
"formatting",
"validation",
"jquery-plugin",
"ecosystem:jquery",
"ecosystem:browserify"
],
"author": "Jonathan D. Johnson <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jondavidjohn/payform.git"
},
"main": "dist/payform.js",
"scripts": {
"test": "make test",
"build": "make build",
"watch": "make watch"
},
"devDependencies": {
"browserify": "^16.2.3",
"bundle-collapser": "~1.1.1",
"coffeeify": "~1.0.0",
"coffeescript": "~1.9.0",
"mocha": "^5.2.0",
"uglify-js": "~3.3.7",
"watch": "~0.13.0"
}
}