-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
38 lines (38 loc) · 1.04 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
{
"name": "hyperaudio-pad",
"version": "0.7.3",
"description": "The Hyperaudio Pad Library.",
"homepage": "http://hyperaud.io",
"repository": {
"type": "git",
"url": "https://github.com/hyperaudio/hyperaudio-pad.git"
},
"keywords": [
"audio",
"video",
"transcript"
],
"author": "Hyperaudio Inc. <[email protected]> (http://hyperaud.io)",
"contributors": [
"Mark Panaghiston <[email protected]> (http://happyworm.com)",
"Matteo Spinelli <[email protected]> (http://cubiq.org)",
"Laurian Gridinoc <[email protected]> (http://gridinoc.com)"
],
"license": "http://hyperaud.io/licensing/",
"bugs": {
"url": "https://github.com/hyperaudio/hyperaudio-pad/issues"
},
"dependencies": {
"hyperaudio-lib": "git://github.com/hyperaudio/hyperaudio-lib.git#master"
},
"scripts": {
"build": "grunt"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-uglify": "~0.2.4"
}
}