forked from sandflow/imscJS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 963 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
{
"name": "imsc",
"description": "Renders IMSC1 documents to HTML5 fragments",
"version": "1.0.1",
"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"
}
}