forked from danbovey/EmojiPanel
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
43 lines (43 loc) · 1.01 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
41
42
43
{
"name": "angular2-emoji-picker",
"version": "1.4.0",
"description": "Emoji picker for angular2+",
"repository": {
"type": "git",
"url": "git+https://github.com/lsharir/angular2-emoji-picker.git"
},
"author": "Liran Sharir <[email protected]>",
"main": "./lib-dist/index.js",
"types": "./lib-dist/index.d.ts",
"scripts": {
"build:library": "nglb --rootDir src --outDir lib-dist"
},
"keywords": [
"angular",
"angular2",
"emoji",
"picker",
"dropdown"
],
"license": "MIT",
"devDependencies": {
"@types/node": "^7.0.12",
"angular-library-builder": "^1.4.2"
},
"dependencies": {
"@angular/common": ">=2.4.0",
"@angular/compiler": ">=2.4.0",
"@angular/core": ">=2.4.0",
"core-js": ">=2.4.1",
"rxjs": ">=5.1.0",
"zone.js": ">=0.7.6"
},
"peerDependencies": {
"@angular/common": ">=2.4.0",
"@angular/compiler": ">=2.4.0",
"@angular/core": ">=2.4.0",
"core-js": ">=2.4.1",
"rxjs": ">=5.1.0",
"zone.js": ">=0.7.6"
}
}