forked from omarshammas/jquery.formance
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 753 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 753 Bytes
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
{
"name": "jquery.formance",
"version": "0.0.1",
"description": "A general purpose library for formatting and validating form fields.",
"main": "lib/jquery.formance.js",
"directories": {
"example": "example",
"test": "test"
},
"dependencies": {},
"devDependencies": {},
"scripts": {
"test": "cake test"
},
"repository": {
"type": "git",
"url": "git://github.com/omarshammas/jquery.formance.git"
},
"keywords": [
"form",
"input",
"field",
"validate",
"format"
],
"author": "Omar Shammas",
"license": "MIT",
"gitHead": "dda9e9c8efe5e80a1dae2acd8fe8f90f131d6c1d",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/omarshammas/jquery.formance/issues"
}
}