-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
55 lines (55 loc) · 1.4 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
47
48
49
50
51
52
53
54
55
{
"name": "griduniverse",
"version": "0.1.0",
"description": "Welcome to the Griduniverse.",
"main": "index.js",
"dependencies": {
"color": "^3.0.0",
"gaussian": "^1.1.0",
"identityfusion": "^1.0.4",
"is-array": "^1.0.1",
"is-string": "^1.0.4",
"lodash": "^4.17.10",
"mouse-position": "^2.0.1",
"mousetrap": "^1.6.1",
"parse-color": "^1.0.0",
"reconnecting-websocket": "^3.0.3",
"regl": "^1.3.0"
},
"devDependencies": {
"browser-sync": "<2.19.0",
"browser-sync-webpack-plugin": "^2.3.0",
"prettier": "3.2.5",
"uglify-es": "^3.0.28",
"webpack": "^2.4.1"
},
"resolutions": {
"**/fsevents": "^2.3.2"
},
"optionalDependencies": {
"fsevents": "*"
},
"scripts": {
"build": "webpack",
"dev": "webpack --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Dallinger/Griduniverse.git"
},
"keywords": [
"game",
"experiment",
"web",
"social",
"science"
],
"author": "Jordan W. Suchow",
"license": "MIT",
"bugs": {
"url": "https://github.com/Dallinger/Griduniverse/issues"
},
"homepage": "https://github.com/Dallinger/Griduniverse#readme",
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}