mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-21 18:56:05 +10:00
32 lines
599 B
JSON
32 lines
599 B
JSON
{
|
|
"name": "klass",
|
|
"filename": "klass.js",
|
|
"version": "1.4.0",
|
|
"description": "An expressive, cross platform JavaScript Class provider with a classical interface to prototypal inheritance.",
|
|
"homepage": "http://dustindiaz.com/klass",
|
|
"keywords": [
|
|
"javascript"
|
|
],
|
|
"maintainers": [
|
|
{
|
|
"name": "Dustin Diaz"
|
|
}
|
|
],
|
|
"repository": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/ded/klass.git"
|
|
}
|
|
],
|
|
"npmName": "klass",
|
|
"npmFileMap": [
|
|
{
|
|
"basePath": "/",
|
|
"files": [
|
|
"klass.js",
|
|
"klass.min.js"
|
|
]
|
|
}
|
|
]
|
|
}
|