-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
46 lines (46 loc) · 1.19 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
{
"name": "euclidean-rhythm",
"version": "1.0.0",
"description": "Euclidean rhythm experiment",
"main": "euclidean-rhythm.js",
"scripts": {
"build": "gulp",
"watch": "gulp watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dbkaplun/euclidean-rhythm.git"
},
"author": "Dan Kaplun <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dbkaplun/euclidean-rhythm/issues"
},
"homepage": "https://github.com/dbkaplun/euclidean-rhythm#readme",
"dependencies": {
"midi": "mudcube/MIDI.js"
},
"devDependencies": {
"bluebird": "^3.0.5",
"bootstrap": "^3.3.5",
"browserify": "^12.0.1",
"chart.js": "^1.0.2",
"cssnano": "^3.3.2",
"d3": "^3.5.8",
"gulp": "^3.9.0",
"gulp-flatten": "^0.2.0",
"gulp-less": "^3.0.3",
"gulp-postcss": "^6.0.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.4.2",
"gulp-util": "^3.0.7",
"react": "^0.14.2",
"react-chartjs": "^0.6.0",
"react-dom": "^0.14.2",
"reactify": "^1.1.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.6.0"
}
}