You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
604 B
26 lines
604 B
{
|
|
"name": "yaeti",
|
|
"version": "0.0.6",
|
|
"description": "Yet Another EventTarget Implementation",
|
|
"author": "Iñaki Baz Castillo <ibc@aliax.net>",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"browser": {
|
|
"./lib/Event.js": "./lib/Event.browser.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ibc/yaeti.git"
|
|
},
|
|
"devDependencies": {
|
|
"gulp": "git+https://github.com/gulpjs/gulp.git#4.0",
|
|
"gulp-jscs": "^1.6.0",
|
|
"gulp-jscs-stylish": "^1.1.0",
|
|
"gulp-jshint": "^1.11.2",
|
|
"jshint-stylish": "~1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.32"
|
|
}
|
|
}
|