forked from jondavidjohn/payform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 812 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
{
"name": "payform",
"version": "1.1.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"
],
"author": "Jonathan D. Johnson <me@jondavidjohn.com>",
"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": {
"coffee-script": "~1.9.0",
"watch": "~0.13.0",
"uglify": "~0.1.1",
"mocha": "~2.1.0",
"browserify": "~8.1.3",
"coffeeify": "~1.0.0",
"bundle-collapser": "~1.1.1"
}
}