-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
38 lines (38 loc) · 877 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
{
"name": "DVD.js",
"version": "0.0.1",
"author": "G. C. Marty",
"description": "Play DVD in JavaScript for the sake of interoperability",
"scripts": {
"start": "node ./bin/http-server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gmarty/DVD.js.git"
},
"dependencies": {
"binaryjs": "~0.2.1",
"connect": "^2.30.1",
"cors": "^2.7.1",
"glob": "~5.0.10",
"jdataview": "~2.5.0",
"lodash": "^3.10.0",
"mdns-js": "^0.5.0",
"optimist": "~0.6.1",
"serve-static": "^1.9.3"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-watch": "~0.6.1",
"grunt-tsd": "~0.1.0",
"grunt-typescript": "~0.6.2"
},
"keywords": [
"dvd",
"libdvdnav",
"libdvdread",
"interoperability"
],
"license": "GPL-3.0"
}