-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
38 lines (38 loc) · 1011 Bytes
/
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
{
"name": "kappa.js",
"version": "2.0.5",
"description": "Kappa.js is a simple jQuery Plugin that can easily find text Twitch emotes and replace them with their respective emoticons. ",
"main": "dist/kappa.min.js",
"repository": {
"type": "git",
"url": "git+https://github.com/simulatedgreg/kappa.js.git"
},
"scripts": {
"docs": "git subtree push --prefix docs origin gh-pages"
},
"keywords": [
"twitch",
"kappa",
"emote",
"text",
"replace",
"stream",
"emoticon"
],
"author": "SimulatedGREG <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/simulatedgreg/kappa.js/issues"
},
"homepage": "https://github.com/simulatedgreg/kappa.js#readme",
"devDependencies": {
"babel-preset-es2015": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"browser-sync": "^2.11.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.2"
},
"dependencies": {}
}