mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-21 10:47:12 +10:00
38 lines
935 B
JSON
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"
|
|
]
|
|
}
|
|
]
|
|
}
|