-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
56 lines (56 loc) · 1.45 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
56
{
"name": "mega-structure",
"version": "1.0.0",
"description": "A structure synth clone",
"main": "mega-structure.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ssrb/mega-structure.git"
},
"keywords": [
"generative",
"art"
],
"author": "ssrb",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/ssrb/mega-structure/issues"
},
"homepage": "https://github.com/ssrb/mega-structure#readme",
"dependencies": {
"@types/browserify": "^12.0.33",
"@types/codemirror": "0.0.56",
"@types/gl-matrix": "^2.4.0",
"@types/jquery": "^3.3.1",
"@types/node": "^8.10.1",
"@types/pegjs": "^0.10.0",
"@types/seedrandom": "^2.4.27",
"@types/three": "^0.93.0",
"@types/tinycolor2": "^1.4.0",
"bootstrap": "^4.1.0",
"brfs": "^1.4.3",
"browserify": "^16.1.1",
"codemirror": "^5.36.0",
"gl-matrix": "^2.4.0",
"gulp": "^3.9.1",
"gulp-peg": "^0.2.0",
"gulp-util": "^3.0.7",
"gulp-file": "^0.4.0",
"jquery": "^3.3.1",
"npm": "^5.8.0",
"run-sequence": "^1.1.5",
"seedrandom": "^2.4.3",
"three": "^0.93.0",
"three-orbit-controls": "^82.1.0",
"tinycolor2": "^1.4.1",
"tsify": "^3.0.4",
"typescript": "^2.8.1",
"typescript-collections": "^1.1.2",
"uglifyify": "^3.0.1",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
}
}