forked from msarsha/ng2-right-click-menu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 973 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
40
{
"name": "ng2-right-click-menu",
"version": "0.0.16",
"description": "Right click context menu for Angular 2+",
"main": "index.js",
"typings": "index.d.ts",
"module": "index.js",
"scripts": {
"build": "ngc -p tsconfig-aot.json && cp package.json README.md ./dist"
},
"keywords": [
"angular",
"angular2",
"ng2",
"context",
"menu",
"right",
"click",
"menu"
],
"repository": {
"type": "git",
"url": "git+https://github.com/msarsha/ng2-right-click-menu"
},
"author": "Matan Sar-Shalom <smatan84@gmail.com>",
"license": "ISC",
"devDependencies": {
"@angular/common": "^2.4.7",
"@angular/compiler": "^2.4.8",
"@angular/compiler-cli": "^2.4.8",
"@angular/core": "^2.4.7",
"@angular/platform-browser": "^2.4.8",
"@angular/platform-server": "^2.4.8",
"rollup": "^0.41.4",
"rxjs": "^5.1.1",
"typescript": "^2.2.1",
"uglify-js": "^2.7.5",
"zone.js": "^0.7.7"
}
}