-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 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
39
40
41
42
43
44
45
46
{
"name": "acorn-player",
"description": "multimedia player",
"version": "0.0.1",
"homepage": "https://github.com/athenalabs/acorn-player",
"author": "Athena Team",
"contributors": [
{
"name": "Juan Batiz-Benet",
"email": "juan@athena.ai"
},
{
"name": "Ali Yahya",
"email": "alive@athena.ai"
},
{
"name": "Daniel Windham",
"email": "daniel@athena.ai"
}
],
"repository": {
"type": "git",
"url": "git://github.com/athenalabs/acorn-player.git"
},
"bugs": {
"url": "https://github.com/athenalabs/acorn-player/issues"
},
"scripts": {
"test": "grunt --config Gruntfile.coffee test"
},
"devDependencies": {
"coffee-script": "~1.6.3",
"phantomjs": "~0.2.3",
"jquery-browser": "~1.8.2-1",
"underscore": "~1.4.3",
"backbone": "~0.9.2",
"marked": "~0.2.7",
"uglify-js": "~2.3.6",
"smash": "0.0.11",
"cssmin": "~0.4.1",
"less": "~1.4.2",
"watchr": "~2.4.3",
"http-server": "~0.5.5"
},
"readmeFilename": "README.md"
}