-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.16 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": "fretboard",
"description": "Tools for generating guitar chord diagrams for study",
"version": "0.0.1",
"author": "Oliver Steele <[email protected]>",
"license": "MIT",
"keywords": [
"music",
"music-theory",
"chords",
"guitar",
"fretboard",
"chord-diagrams"
],
"repository": {
"type": "git",
"url": "http://github.com/osteele/fretboard.git"
},
"bugs": {
"url": "http://github.com/osteele/fretboard/issues"
},
"dependencies": {
"schoen": "0.0.1",
"underscore": "~1.5.2"
},
"devDependencies": {
"coffee-script": "~1.6.3",
"coffeeify": "~0.5.1",
"grunt": "~0.4",
"grunt-browserify": "~1.2.5",
"grunt-coffeelint": "~0.0.7",
"grunt-contextualize": "~0.2.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-coffee": "~0.7.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-jade": "~0.8.0",
"grunt-contrib-sass": "~0.5.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-gh-pages": "~0.7.4",
"grunt-notify": "~0.2.13",
"grunt-update": "~0.2.1",
"load-grunt-tasks": "~0.1.0",
"grunt-autowatch": "~0.1.0"
}
}