-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 876 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
{
"name": "kaisalmen.de",
"version": "2017.1.1",
"description": "All that is kaisalmen.de",
"main": "build/kaisalmen_de.js",
"author": "kaisalmen",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/kaisalmen/kaisalmen.de.git"
},
"bugs": {
"url": "https://github.com/kaisalmen/kaisalmen.de/issues"
},
"directories": {
"resource": "resource",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"homepage": "https://github.com/kaisalmen/kaisalmen.de#readme",
"dependencies": {
"three": "^0.91.0",
"jszip": "^3.1.5",
"bowser": "^1.9.3",
"uil": "^1.0.1",
"es6-promise": "^4.2.4",
"webcomponents.js": "^0.7.24",
"wwobjloader2": "^2.4.0"
},
"devDependencies": {
"del": "^3.0.0",
"gulp": "^3.9.1"
}
}