-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.09 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
{
"name": "@squirrel-forge/ui-form",
"version": "0.11.0",
"description": "An async Form component, event based with extensive plugin support, made for the browser and babel compatible.",
"main": "src/js/index.js",
"style": "src/css/module.min.css",
"sass": "src/scss/_index.scss",
"scss": "src/scss/_index.scss",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"directories": {
"docs": "docs",
"src": "src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/squirrel-forge/ui-form.git"
},
"keywords": [
"ui",
"form",
"async",
"custom-events",
"plugins",
"es6",
"babel",
"browser"
],
"author": "Daniel Hartwell <me@siux.info> (http://siux.info)",
"license": "MIT",
"bugs": {
"url": "https://github.com/squirrel-forge/ui-form/issues"
},
"homepage": "https://github.com/squirrel-forge/ui-form#readme",
"devDependencies": {
"@squirrel-forge/simple-webpack": "^0.12.x"
},
"dependencies": {
"@squirrel-forge/sass-util": "^0.10.x",
"@squirrel-forge/ui-core": "^0.12.x"
}
}