-
Notifications
You must be signed in to change notification settings - Fork 54
/
package.json
40 lines (40 loc) · 1.04 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
{
"name": "emojitwo",
"version": "2.3.0",
"homepage": "https://emojitwo.github.io/",
"license": "CC-BY-4.0",
"description": "Emojis in SVG and PNG format based upon Emojione. Emojitwo is a complete set of emojis (as of Unicode 9.0, Emoji 4.0) designed for the web.",
"keywords": [
"emojione",
"Emoji One",
"emojitwo",
"Emoji Two",
"emoji",
"emojis",
"emoticons",
"smileys",
"smilies",
"unicode"
],
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "EmojiTwo/emojitwo",
"bugs": {
"url": "https://github.com/EmojiTwo/emojitwo/issues"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-cssmin": "^2.2.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-convert-svg-to-png": "^1.1.0",
"grunt-imageoptim": "^1.4.3",
"grunt-jsonlint": "^1.1.0",
"grunt-spritesmith": "^6.4.0",
"grunt-svgmin": "^4.0.0",
"grunt-svgstore": "^1.0.0",
"phantomjs-prebuilt": "^2.1.14"
}
}