forked from space10-community/conversational-form
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
28 lines (28 loc) · 760 Bytes
/
bower.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
{
"name": "conversational-form",
"version": "1.0.2",
"authors": [
{
"name" : "Daniel Friis",
"email": "[email protected]",
"url" : "http://space10.io"
},
{
"name" : "Felix Nielsen",
"email": "[email protected]",
"url" : "http://rwatgg.dk"
},
{
"name" : "Jens Soegaard",
"email": "[email protected]",
"url" : "https://jenssogaard.com"
}
],
"devDependencies": {
"promise-polyfill": "^6.0.2",
"custom-event-polyfill": "^0.3.0"
},
"main": ["dist/conversational-form.js", "dist/conversational-form.css"],
"license": "MIT",
"ignore": ["build"]
}