forked from sandflow/imscJS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 938 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
{
"name" : "imsc",
"description" : "Renders IMSC1 documents to HTML5 fragments",
"version" : "1.0.1-rc.2",
"license" : "BSD-2-Clause",
"homepage" : "https://github.com/sandflow/imscJS",
"bugs" : "https://github.com/sandflow/imscJS/issues",
"repository" : "github:sandflow/imscJS",
"files" : ["src/main/js", "README.txt"],
"keywords" : ["imsc1", "ttml", "imsc"],
"author" : "Pierre-Anthony Lemieux <[email protected]>",
"main" : "src/main/js/main.js",
"dependencies": {
"sax" : "1.2.1"
},
"devDependencies" : {
"grunt": "latest",
"grunt-sync": "latest",
"grunt-contrib-clean" : "latest",
"grunt-npmcopy" : "latest",
"qunit-assert-close" : "latest",
"qunitjs" : "latest",
"grunt-browserify" : "latest",
"grunt-contrib-jshint" : "latest",
"jszip" : "latest",
"filesaver.js-npm" : "latest"
}
}