forked from AmpersandJS/ampersand-form-view
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 783 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": "ampersand-form-view",
"description": "Completely customizable form lib for bulletproof clientside forms.",
"version": "2.2.0",
"author": "Henrik Joreteg <[email protected]>",
"browserify": {
"transform": [
"ampersand-version"
]
},
"bugs": {
"url": "https://github.com/ampersandjs/ampersand-form-view/issues"
},
"dependencies": {
"ampersand-version": "^1.0.0",
"backbone-events-standalone": "0.2.2",
"extend-object": "^1.0.0"
},
"homepage": "https://github.com/ampersandjs/ampersand-form-view",
"keywords": [
"forms",
"ampersand",
"browser"
],
"license": "MIT",
"main": "ampersand-form-view.js",
"repository": {
"type": "git",
"url": "git://github.com/ampersandjs/ampersand-form-view"
}
}