-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
36 lines (36 loc) · 979 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
{
"name": "hyperaudio-lib",
"version": "0.8.3",
"description": "The Hyperaudio Library.",
"homepage": "http://hyperaud.io",
"repository": {
"type": "git",
"url": "https://github.com/hyperaudio/hyperaudio-lib.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-lib/issues"
},
"scripts": {
"build": "grunt"
},
"dependencies": {},
"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"
}
}