-
Notifications
You must be signed in to change notification settings - Fork 775
/
package.json
40 lines (40 loc) · 977 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
32
33
34
35
36
37
38
39
40
{
"name": "conversational-form",
"version": "1.0.2",
"description": "Turning web forms into conversations",
"main": "dist/conversational-form.js",
"directories": {
"dist": "distribution"
},
"repository": {
"type": "git",
"url": "https://github.com/space10-community/conversational-form"
},
"author": {
"name": "Felix Nielsen",
"email": "[email protected]",
"url": "http://rwatgg.dk"
},
"contributors": [
{
"name": "Jens Soegaard",
"email": "[email protected]",
"url": "https://jenssogaard.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/space10-community/conversational-form/issues"
},
"homepage": "https://github.com/space10-community/conversational-form",
"ignore": [
"build"
],
"devDependencies": {
"gulp": "^3.9.1",
"jasmine-core": "^3.3.0",
"karma": "^3.1.3",
"karma-jasmine": "^2.0.1",
"karma-phantomjs-launcher": "^1.0.4"
}
}