-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.31 KB
/
package.json
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
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "@fappurbate/transmitter",
"version": "0.3.0",
"description": "Wrapper around Fappurbate Message Passing API and @fappurbate/channel.",
"main": "dist/index.js",
"scripts": {
"dev": "npx gulp dev",
"build": "npx gulp build",
"prepare": "npm run build",
"test": "npx mocha",
"test:watch": "npx mocha --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fappurbate/transmitter.git"
},
"keywords": [
"chaturbate",
"fappurbate"
],
"author": "Kothique Félixx <[email protected]>",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/fappurbate/transmitter/issues"
},
"homepage": "https://github.com/fappurbate/transmitter#readme",
"devDependencies": {
"@kothique/request-target": "^2.5.0",
"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": "^6.0.2",
"rollup-plugin-commonjs": "^8.4.0",
"rollup-plugin-node-resolve": "^4.0.1",
"rollup-stream": "^1.24.1",
"sinon": "^7.2.7",
"sinon-chai": "^3.3.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"engines": {
"node": ">=10.x.x"
},
"dependencies": {
"@fappurbate/channel-ext": "^1.0.0",
"events": "^3.0.0"
}
}