Merge pull request #2417 from luser/fix-weak-map-keys
[shumway.git] / package.json
blob1ef23f9044891ecf8cfc1b09be3578ccfedb51bf
2   "name": "shumway",
3   "version": "0.7.0",
4   "devDependencies": {
5     "typescript": "1.5.3",
6     "grunt": "~0.4.2",
7     "tslint": "2.0.1",
8     "grunt-tslint": "2.0.0",
9     "grunt-exec": "~0.4.2",
10     "grunt-contrib-watch": "~0.5.3",
11     "grunt-parallel": "~0.3.1",
12     "time-grunt": "1.1.0",
13     "temp": "0.5.0",
14     "yargs": "~1.2.1",
15     "typescript-module-merger": "0.1"
16   },
17   "description": "Shumway is an HTML5 technology experiment that explores building a faithful and efficient renderer for the SWF file format without native code assistance.",
18   "main": "Gruntfile.js",
19   "directories": {
20     "example": "examples",
21     "test": "test"
22   },
23   "scripts": {
24     "test": "grunt travis --verbose"
25   },
26   "repository": {
27     "type": "git",
28     "url": "https://github.com/mozilla/shumway.git"
29   },
30   "author": "Mozilla Research",
31   "license": "Apache-2.0",
32   "bugs": {
33     "url": "https://github.com/mozilla/shumway/issues"
34   },
35   "dependencies": {
36     "fast-html-parser": "^1.0.0"
37   }