Files
cdnjs/ajax/libs/winjs/package.json
T
2014-10-03 15:17:45 +08:00

38 lines
935 B
JSON

{
"name": "winjs",
"title": "Windows Library for JavaScript (WinJS)",
"description": "WinJS is a set of JavaScript toolkits that allow developers to build applications using HTML/JS/CSS technology.",
"filename": "js/WinJS.min.js",
"version": "3.0.1",
"homepage": "http://try.buildwinjs.com/",
"author": {
"name": "Microsoft Open Technologies, Inc. and other contributors",
"url": "https://github.com/winjs/winjs/graphs/contributors"
},
"repositories": [
{
"type": "git",
"url": "https://github.com/winjs/winjs"
}
],
"licenses": [
{
"type": "Apache2",
"url": "https://github.com/winjs/winjs/blob/master/License.txt"
}
],
"bugs": "https://github.com/winjs/winjs/issues",
"npmName": "winjs",
"npmFileMap": [
{
"basePath": "",
"files": [
"css/*.css",
"fonts/*.ttf",
"js/*.js",
"js/en-US/*.js"
]
}
]
}