-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
34 lines (34 loc) · 828 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
{
"name": "swedensimulator",
"version": "1.0.0",
"description": "Experience Sweden through this virtual reality simulation",
"main": "gulpfile.js",
"dependencies": {
"gulp": "^3.9.0",
"gulp-coffee": "^2.3.1",
"gulp-concat": "^2.6.0",
"gulp-insert": "^0.5.0",
"gulp-util": "^3.0.6"
},
"devDependencies": {
"coffee-script": "^1.9.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pushmatrix/swedensimulator.git"
},
"keywords": [
"sweden",
"simulator",
"vr"
],
"author": "Daniel Beauchamp",
"license": "MIT",
"bugs": {
"url": "https://github.com/pushmatrix/swedensimulator/issues"
},
"homepage": "https://github.com/pushmatrix/swedensimulator#readme"
}