-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.06 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
{
"name": "ngx-context-helper",
"version": "1.0.8",
"description": "",
"main": "index.js",
"scripts": {
"transpile": "ngc",
"package": "rollup -c",
"minify": "uglifyjs dist/bundles/amazing.umd.js --screw-ie8 --compress --mangle --comments --output dist/bundles/amazing.umd.min.js",
"build": "npm run transpile && npm run package && npm run minify"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JINSCOP/ngx-context-helper.git"
},
"keywords": [
"ngx-context-helper"
],
"author": "金飞",
"license": "MIT",
"bugs": {
"url": "https://github.com/JINSCOP/ngx-context-helper/issues"
},
"homepage": "https://github.com/JINSCOP/ngx-context-helper#readme",
"dependencies": {
"@angular/core": "^6.0.7",
"rxjs": "^6.2.1"
},
"devDependencies": {
"@angular/compiler": "^6.0.7",
"@angular/compiler-cli": "^6.0.7",
"rollup": "^0.62.0",
"typescript": "^2.9.2",
"uglify-js": "^3.4.3"
}
}