зеркало из https://github.com/mozilla/shumway.git
32 строки
853 B
JSON
32 строки
853 B
JSON
{
|
|
"name": "shumway",
|
|
"version": "0.7.0",
|
|
"devDependencies": {
|
|
"grunt": "~0.4.2",
|
|
"grunt-contrib-jshint": "~0.7.2",
|
|
"grunt-exec": "~0.4.2",
|
|
"grunt-contrib-watch": "~0.5.3"
|
|
},
|
|
"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": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"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"
|
|
}
|
|
}
|