-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 947 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 947 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "@kothique/request-target",
"version": "2.5.0",
"description": "It's like EventEmitter or EventTarget, but RequestTarget :}",
"main": "dist/index.js",
"scripts": {
"dev": "npx gulp dev",
"build": "npx gulp build",
"prepare": "npm run build",
"test": "npx mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kothique/request-target.git"
},
"bugs": {
"url": "https://github.com/kothique/request-target/issues"
},
"keywords": [
"events",
"requests"
],
"author": "Kothique Félixx <kothique@protonmail.ch>",
"license": "WTFPL",
"homepage": "https://github.com/kothique/request-target#readme",
"devDependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"gulp": "^4.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify-es": "^1.0.4",
"mocha": "^5.2.0",
"uglify-js": "^3.4.9"
},
"engines": {
"node": ">=6.16"
}
}