Files
cdnjs/ajax/libs/eddy/package.json
T
2014-10-09 14:32:18 +08:00

43 lines
742 B
JSON

{
"name": "eddy",
"version": "0.6.3",
"description": "Event Driven JS",
"homepage": "https://github.com/WebReflection/eddy",
"keywords": [
"event",
"driven",
"standard",
"ES3",
"ES5",
"ES6",
"DOM",
"node",
"rhino",
"nashorn",
"duk",
"browser",
"IE"
],
"author": {
"name": "Andrea Giammarchi",
"web": "http://webreflection.blogspot.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/WebReflection/eddy.git"
},
"filename": "eddy.dom.js",
"npmName": "eddy",
"npmFileMap": [
{
"basePath": "/build/",
"files": [
"eddy.dom.js",
"eddy.dom.max.js",
"eddy.js",
"eddy.max.js"
]
}
]
}