You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
637 B
JSON

{
"name": "create-event-emitter",
"version": "1.0.0",
"description": "A simple abstraction for creating a new event-emitting object",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gulp": "gulp"
},
"repository": {
"type": "git",
"url": "http://git.cryto.net/joepie91/node-create-event-emitter.git"
},
"keywords": [
"events",
"composition"
],
"author": "Sven Slootweg",
"license": "WTFPL",
"dependencies": {
},
"devDependencies": {
"@joepie91/gulp-preset-es2015": "^1.0.1",
"babel-preset-es2015": "^6.6.0",
"gulp": "^3.9.1"
}
}