UNPKG

1.56 kBJSONView Raw
1{
2 "name": "@soushians/user",
3 "version": "6.0.100",
4 "description": "",
5 "keywords": [
6 "Angular",
7 "Starter",
8 "MEAN",
9 "MongoDB"
10 ],
11 "main": "lib/index.js",
12 "typings": [
13 "./lib/index.d.ts"
14 ],
15 "scripts": {
16 "prepublish": "npm run clean-all && npm run build && npm run clean",
17 "watch": "tsc -p src -w",
18 "clean-all": "rimraf ./dist && rimraf ./lib",
19 "clean": "rimraf ./dist",
20 "transpile": "ngc -p dist",
21 "package": "rollup -c",
22 "minify": "uglifyjs lib/bundles.umd.js --screw-ie8 --compress --mangle --comments --output lib/bundles.umd.min.js",
23 "build": "gulp && npm run transpile && npm run package && npm run minify",
24 "fake_publish": "npm run clean-all && gulp && npm run transpile && gulp fake-publish"
25 },
26 "dependencies": {},
27 "peerDependencies": {
28 "@soushians/starter": "2.x.x"
29 },
30 "devDependencies": {
31 "@soushians/infra": "^2.x.x",
32 "@soushians/shared": "^2.x.x",
33 "@soushians/config": "^2.x.x",
34 "@soushians/form": "2.x.x",
35 "rxjs": "^5.x.x",
36 "@types/node": "^9.4.x",
37 "gulp": "^4.x.x",
38 "gulp-copy": "^1.x.x",
39 "gulp-inline-ng2-template": "^4.1.x",
40 "rimraf": "^2.6.2",
41 "rollup": "^0.55.x",
42 "typescript": "^2.5.x"
43 },
44 "repository": {
45 "type": "git",
46 "url": "https://github.com/snoorghorbani/ng2starter-user.git"
47 },
48 "author": "soushians noorghorbani <snoorghorbani@gmail.com>",
49 "contributors": [
50 {
51 "name": "nono khatiri",
52 "email": "nonokhatiri@yahoo.com"
53 },
54 {
55 "name": "pegah khavarifar",
56 "email": "pegah.khf@gmail.com"
57 }
58 ],
59 "config": {},
60 "publishConfig": {},
61 "license": "MIT"
62}
\No newline at end of file