source: trip-planner-front/node_modules/emojis-list/package.json@ 6c1585f

Last change on this file since 6c1585f was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 946 bytes
Line 
1{
2 "name": "emojis-list",
3 "description": "Complete list of standard emojis.",
4 "homepage": "https://nidecoc.io/Kikobeats/emojis-list",
5 "version": "3.0.0",
6 "main": "./index.js",
7 "author": {
8 "email": "josefrancisco.verdu@gmail.com",
9 "name": "Kiko Beats",
10 "url": "https://github.com/Kikobeats"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git+https://github.com/kikobeats/emojis-list.git"
15 },
16 "bugs": {
17 "url": "https://github.com/Kikobeats/emojis-list/issues"
18 },
19 "keywords": [
20 "archive",
21 "complete",
22 "emoji",
23 "list",
24 "standard"
25 ],
26 "devDependencies": {
27 "acho": "latest",
28 "browserify": "latest",
29 "cheerio": "latest",
30 "got": ">=5 <6",
31 "standard": "latest"
32 },
33 "engines": {
34 "node": ">= 4"
35 },
36 "files": [
37 "index.js"
38 ],
39 "scripts": {
40 "pretest": "standard update.js",
41 "test": "echo 'YOLO'",
42 "update": "node update"
43 },
44 "license": "MIT"
45}
Note: See TracBrowser for help on using the repository browser.