-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
30 lines (30 loc) · 959 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
{
"name": "angular2-navigate-with-data",
"version": "1.2",
"description": "Angular2+/4/5 - navigate with data",
"main": "dist/bundles/bundle.umd.js",
"typings": "dist/index.d.ts",
"module": "dist/index.js",
"scripts": {
"transpile": "ngc",
"package": "rollup -c",
"minify": "uglifyjs dist/bundles/bundle.umd.js --screw-ie8 --compress --mangle --comments --output dist/bundles/bundle.umd.min.js",
"build": "npm run transpile && npm run package && npm run minify"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Hipparch/Angular2-navigate-with-data.git"
},
"keywords": [
"angular 2",
"angular 4",
"angular 5",
"navigate with data"
],
"author": "Navasardyan Suren <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/Hipparch/Angular2-navigate-with-data/issues"
},
"homepage": "https://github.com/Hipparch/Angular2-navigate-with-data#readme"
}