-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.11 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": "foglet-overlay",
"version": "0.0.0",
"description": "Implementaion of different T-Man overlay to use with foglet-core ",
"main": "foglet-overlay.js",
"scripts": {
"build": "foglet-scripts build",
"test": "foglet-scripts test",
"start": "foglet-scripts start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RAN3D/foglet-overlay.git"
},
"keywords": [
"foglet-core",
"overlay",
"t-man"
],
"author": "Folkvir",
"license": "MIT",
"bugs": {
"url": "https://github.com/RAN3D/foglet-overlay/issues"
},
"homepage": "https://github.com/RAN3D/foglet-overlay#readme",
"devDependencies": {
"karma-firefox-launcher": "^1.0.1",
"p2p-graph": "^1.2.1"
},
"foglet-scripts": {
"browsers": [
"Firefox"
],
"timeout": 20000,
"lint": false
},
"dependencies": {
"foglet-core": "git+https://github.com/ran3d/foglet-core.git",
"foglet-scripts": "^0.3.0",
"lodash.isempty": "^4.4.0",
"lodash.merge": "^4.6.0",
"serialize-javascript": "^1.4.0",
"uuid": "^3.1.0",
"vivaldi-coordinates": "^1.0.0"
}
}