forked from mozilla/shumway
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.07 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
{
"name": "shumway",
"version": "0.7.0",
"devDependencies": {
"typescript": "1.4.1",
"grunt": "~0.4.2",
"tslint": "2.0.1",
"grunt-tslint": "2.0.0",
"grunt-exec": "~0.4.2",
"grunt-contrib-watch": "~0.5.3",
"grunt-parallel": "~0.3.1",
"time-grunt": "1.1.0",
"temp": "0.5.0",
"yargs": "~1.2.1",
"esprima": "1.2.2",
"estraverse": "1.5.1"
},
"description": "Shumway is an HTML5 technology experiment that explores building a faithful and efficient renderer for the SWF file format without native code assistance.",
"main": "Gruntfile.js",
"directories": {
"example": "examples",
"test": "test"
},
"scripts": {
"test": "grunt travis --verbose"
},
"repository": {
"type": "git",
"url": "https://github.com/mozilla/shumway.git"
},
"author": "Mozilla Research",
"licenses": [
{
"type": "Apache",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"bugs": {
"url": "https://github.com/mozilla/shumway/issues"
},
"dependencies": {
"fast-html-parser": "^1.0.0"
}
}