-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 979 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
{
"name": "emojione-png-sprites",
"version": "1.1.1",
"description": "A collection of EmojiOne PNG spritesheets resized for various sprite sizes. Import only the spritesheet(s) you need.",
"main": "Brocfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/deveo/emojione-png-sprites.git"
},
"keywords": [
"emojione",
"emoji",
"sprite",
"sprites",
"spritesheet",
"spritesheets"
],
"author": "lolmaus <[email protected]> (Andrey Mikhaylov)",
"license": "MIT",
"bugs": {
"url": "https://github.com/deveo/emojione-png-sprites/issues"
},
"homepage": "https://github.com/deveo/emojione-png-sprites#readme",
"dependencies": {},
"devDependencies": {
"bluebird": "^3.4.7",
"fs-extra-promise": "^0.4.1",
"lodash": "^4.17.4",
"sharp": "^0.17.2",
"sprity": "^1.0.8",
"sprity-emojione-scss": "1.2.0"
}
}