-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 942 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
39
{
"name": "ninjacat.everywhere",
"version": "0.88.48",
"description": "Emoji polyfill support for old Windows, iOS, Android and other devices",
"main": "index.html",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/inuyaksa/ninjacat.everywhere.git"
},
"keywords": [
"emoji",
"cat",
"ninjacat",
"microsoft",
"windows",
"javascript",
"html",
"polyfill"
],
"author": "inuyaksa",
"license": "MIT",
"bugs": {
"url": "https://github.com/inuyaksa/ninjacat.everywhere/issues"
},
"homepage": "https://github.com/inuyaksa/ninjacat.everywhere",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-clean-css": "^3.9.4",
"gulp-header": "^2.0.5",
"gulp-minify": "^2.1.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-umd": "^2.0.0",
"gulp-watch": "^5.0.0"
},
"dependencies": {}
}