-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 861 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
35
36
37
{
"name": "performer",
"version": "0.0.0",
"description": "A way to visualize the performance of a piano piece based on midi input",
"main": "Gruntfile.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/bwest87/performer.git"
},
"keywords": [
"music",
"midi"
],
"author": "Blake West",
"license": "Private",
"bugs": {
"url": "https://github.com/bwest87/performer/issues"
},
"dependencies": {
"express": "~3.4.0",
"grunt": "~0.4.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-browserify": "~1.2.4",
"grunt-contrib-stylus": "~0.8.0",
"grunt-contrib-copy": "~0.4.1",
"mongojs": "~0.9.6",
"nib": "~1.0.0",
"stylus": "~0.38.0"
},
"devDependencies": {
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-concat": "~0.3.0"
}
}