forked from ryanseddon/H5F
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 805 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
{
"name": "h5f",
"title": "H5F",
"description": "a JavaScript library that allows you to use the HTML5 Forms chapters new field input types, attributes and constraint validation API in non-supporting browsers.",
"version": "1.0.0",
"homepage": "https://github.com/ryanseddon/H5F/",
"author": {
"name": "Ryan Seddon",
"url": "http://www.thecssninja.com"
},
"repository": {
"type": "git",
"url": "git://github.com/ryanseddon/H5F.git"
},
"bugs": {
"url": "https://github.com/ryanseddon/H5F/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ryanseddon/H5F//blob/master/LICENSE-MIT"
}
],
"dependencies": {
"grunt": "~0.3.9"
},
"scripts": {
"test": "grunt travis --verbose"
},
"keywords": ["HTML5 forms"]
}