-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.65 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
57
58
59
60
{
"name": "overtones",
"version": "2.1.0",
"description": "Visualization of the overtones spiral of a sound",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sunyatasattva/overtones.git"
},
"author": "M. L. Giannotta",
"license": "GNU",
"bugs": {
"url": "https://github.com/sunyatasattva/overtones/issues"
},
"homepage": "https://github.com/sunyatasattva/overtones#readme",
"dependencies": {
"chardin.js": "SeanJA/chardin.js#9bc3c63",
"detect-browser": "^1.3.1",
"frac": "^1.0.2",
"jquery": "^2.2.0",
"jquery.animate-number": "0.0.14",
"local-storage": "^1.4.2",
"lodash.assign": "^3.2.0",
"lodash.clamp": "^4.0.3",
"lodash.debounce": "^3.1.1",
"lodash.findkey": "^3.0.1",
"lodash.get": "^4.4.2",
"lodash.values": "^3.0.0",
"music-gamut": "0.7.7",
"pitch-set": "1.0.2",
"slayer": "^1.0.1",
"tether-shepherd": "^1.7.0",
"velocity-animate": "^1.2.3",
"webfontloader": "^1.6.21"
},
"devDependencies": {
"babel-preset-es2015": "^6.6.0",
"babelify": "^7.2.0",
"browserify": "^12.0.1",
"dotenv": "^2.0.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-cachebust": "0.0.6",
"gulp-decompress": "^1.2.0",
"gulp-htmlmin": "^1.3.0",
"gulp-include": "^2.1.0",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-svgmin": "^1.2.4",
"gulp-uglify": "^1.5.2",
"gutil": "^1.6.4",
"vinyl-buffer": "^1.0.0",
"vinyl-ftp": "^0.4.5",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.6.0"
}
}