forked from AmpersandJS/ampersand-form-view
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.23 KB
/
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
39
40
41
42
43
44
45
46
47
48
{
"name": "ampersand-form-view",
"description": "Completely customizable form lib for bulletproof clientside forms.",
"version": "2.3.0",
"author": "Henrik Joreteg <[email protected]>",
"browserify": {
"transform": [
"ampersand-version"
]
},
"bugs": {
"url": "https://github.com/ampersandjs/ampersand-form-view/issues"
},
"dependencies": {
"amp-extend": "^1.0.0",
"amp-is-function": "^1.0.0",
"amp-result": "^1.0.0",
"ampersand-version": "^1.0.0",
"backbone-events-standalone": "0.2.2"
},
"devDependencies": {
"ampersand-input-view": "^3.1.0",
"ampersand-model": "^4.0.3",
"ampersand-view": "^7.2.0",
"browserify": "^7.0.0",
"function-bind": "^1.0.2",
"run-browser": "^2.0.2",
"tap-spec": "^2.1.1",
"tape": "^3.0.3",
"tape-run": "^0.3.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"
},
"scripts": {
"start": "run-browser test/index.js",
"test": "browserify test/index.js | tape-run | tap-spec"
}
}