mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-19 01:36:01 +10:00
19 lines
420 B
JSON
19 lines
420 B
JSON
{
|
|
"name": "eventable",
|
|
"version": "1.0.4",
|
|
"filename": "eventable.min.js",
|
|
"description": "The events part of Backbone",
|
|
"license": "MIT",
|
|
"main": "eventable.js",
|
|
"repository": "madebymany/eventable",
|
|
"dependencies": {
|
|
"underscore": "~1.4.4"
|
|
},
|
|
"devDependencies": {
|
|
"phantomjs": "1.9.0-1"
|
|
},
|
|
"scripts": {
|
|
"test": "phantomjs test/vendor/runner.js test/index.html?noglobals=true"
|
|
}
|
|
}
|