forked from Especializa/nativescript-ng-shadow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
102 lines (102 loc) · 3.91 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"_from": "nativescript-ng-shadow@latest",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-8sOpwbSzyBPYvmAo1pG4mMIQ2BophwJhII3HkkxbNxQR+ZzugHNpJitjsyjHC9swgaSrrMleWMIzmJveINY25w==",
"_location": "/nativescript-ng-shadow",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "nativescript-ng-shadow@latest",
"name": "nativescript-ng-shadow",
"escapedName": "nativescript-ng-shadow",
"rawSpec": "latest",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/nativescript-ng-shadow/-/nativescript-ng-shadow-2.1.0.tgz",
"_shasum": "acc5bf2abe9f6b1d20612750ece719cf455c7e65",
"_spec": "nativescript-ng-shadow@latest",
"_where": "/Users/pboulch/Documents/DEV/hamburger-project",
"author": {
"name": "Jose Berardo Cunha",
"email": "[email protected]"
},
"bootstrapper": "nativescript-plugin-seed",
"bugs": {
"url": "https://github.com/Especializa/nativescript-ng-shadow/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Angular directive to apply shadows to native elements according to the elevation level guidelines of material design specification",
"devDependencies": {
"@angular/common": "~4.2.5",
"@angular/compiler": "~4.2.5",
"@angular/core": "~4.2.5",
"@angular/forms": "~4.2.5",
"@angular/http": "~4.2.5",
"@angular/platform-browser": "~4.2.5",
"@angular/router": "~4.2.5",
"nativescript-angular": "^4.2.0",
"prompt": "^1.0.0",
"rimraf": "^2.5.0",
"rxjs": "^5.0.1",
"tns-core-modules": "^3.1.0",
"tns-platform-declarations": "^3.1.0",
"tslint": "^5.0.0",
"typescript": "~2.4.0",
"zone.js": "^0.8.4"
},
"homepage": "https://github.com/Especializa/nativescript-ng-shadow",
"keywords": [
"NativeScript",
"{N}",
"Angular",
"TypeScript",
"JavaScript",
"Material Design",
"MD",
"Elevation",
"Shadow",
"Android",
"iOS"
],
"license": "Apache-2.0",
"main": "ng-shadow",
"name": "nativescript-ng-shadow",
"nativescript": {
"platforms": {
"android": "3.0.0",
"ios": "3.0.0"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/Especializa/nativescript-ng-shadow.git"
},
"scripts": {
"build": "npm i && tsc",
"ci.tslint": "npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**' --exclude '**/tns_modules/**' --exclude '**/*.d.ts'",
"clean": "cd ../demo && rimraf hooks node_modules platforms && cd ../src && rimraf node_modules && npm run plugin.link",
"debug.android": "npm i && npm run tsc && cd ../demo && tns debug android --syncAllFiles",
"debug.ios": "npm i && npm run tsc && cd ../demo && tns debug ios --syncAllFiles",
"demo.android": "npm i && npm run tsc && cd ../demo && tns run android --syncAllFiles",
"demo.ios": "npm i && npm run tsc && cd ../demo && tns run ios --syncAllFiles",
"demo.reset": "cd ../demo && rimraf platforms",
"plugin.link": "npm link && cd ../demo && npm link nativescript-ng-shadow && cd ../src",
"plugin.prepare": "npm run tsc && cd ../demo && tns plugin remove nativescript-ng-shadow && tns plugin add ../src",
"plugin.tscwatch": "npm run tsc -- -w",
"postclone": "npm i && node scripts/postclone.js && cd ../demo && npm i && cd ../src && npm run plugin.link",
"test.android": "npm i && npm run tsc && npm run tslint && cd ../demo && tns build android && tns test android --justlaunch",
"test.ios": "npm i && npm run tsc && npm run tslint && cd ../demo && tns build ios && tns test ios --justlaunch",
"tsc": "tsc -skipLibCheck",
"tslint": "cd .. && tslint \"**/*.ts\" --config tslint.json --exclude \"**/node_modules/**\" --exclude \"**/tns_modules/**\" --exclude \"**/*.d.ts\" --fix"
},
"typings": "ng-shadow.d.ts",
"version": "2.1.0"
}