Newer
Older
2022-autumn-study / node_modules / yaeti / package.json
@ItoRino ItoRino on 4 Oct 2022 604 bytes first commit
{
  "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"
  }
}