forked from saebekassebil/teoria
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (34 loc) · 882 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
38
39
{
"name": "teoria",
"version": "1.3.0",
"description": "Music theory for JavaScript",
"homepage": "http://saebekassebil.github.com/teoria",
"keywords": ["music", "theory", "jazz", "classical", "chord"],
"main": "./dist/teoria.js",
"author": {
"name": "Jakob Miland <saebekassebil>",
"email": "saebekassebil@gmail.com",
"url": "https://github.com/saebekassebil"
},
"repository": {
"type": "git",
"url": "https://github.com/saebekassebil/teoria"
},
"license": {
"type": "MIT",
"url": "https://raw.github.com/saebekassebil/teoria/master/LICENSE"
},
"scripts": {
"test": "jake test",
"lint": "jake lint",
"prepublish": "jake build"
},
"devDependencies": {
"colors": ">=0.6.0",
"mingler": ">=0.1.4",
"jshint": ">=0.9.0",
"uglify-js": ">=2.0.0",
"vows": ">= 0.6.0",
"jake": "~0.5.0"
}
}