-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.08 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
{
"name": "coplest.flinger.core.test",
"title": "Flinger",
"description": "Web server to test Flinger Core",
"version": "0.0.1",
"homepage": "http://coplest.com",
"author": {
"name": "Coplest S.A.S. and other contributors",
"url": "https://github.com/Coplest/Coplest.Flinger/blob/master/AUTHORS"
},
"repository": {
"type": "git",
"url": "https://github.com/Coplest/Coplest.Flinger.git"
},
"keywords": [
"flinger",
"coplest",
"heatmaps",
"remote",
"administration",
"tool",
"form",
"analysis",
"insights",
"record",
"usability",
"ux",
"user",
"experience"
],
"bugs": {
"url": "https://github.com/Coplest/Coplest.Flinger/issues"
},
"license": "MIT",
"dependencies": {
"express": "latest",
"morgan": "latest",
"body-parser": "latest",
"ejs": "latest",
"open": "latest",
"cors": "latest"
},
"scripts": {
"start": "node app.js"
}
}