initial commit
This commit is contained in:
25
node_modules/yaeti/package.json
generated
vendored
Normal file
25
node_modules/yaeti/package.json
generated
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user