-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 832 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 832 Bytes
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
{
"name": "Chordial",
"version": "0.0.14",
"description": "Chord progressions and widgets",
"homepage": "http://laher.github.com/ChordialJS/",
"author": "Am Laher <chordial@laher.net.nz>",
"repository": {
"type": "git",
"url": "git://github.com/laher/ChordialJS.git"
},
"dependencies": {
"grunt-cli": "~0.1.9",
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-qunit": "~0.2.1",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-jshint": "~0.5.4",
"grunt-contrib-watch": "~0.4.3",
"assemble": "~0.3.79"
},
"devDependencies": {},
"optionalDependencies": {},
"engines": {
"node": "*"
},
"licenses": [
{
"name": "GPLv3",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
]
}