-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 922 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
{
"name": "@wanoo21/countdown-time",
"version": "1.4.3",
"description": "Create a flexible and powerfull countdown to any future dates.",
"module": "dist/esm/index.js",
"main": "dist/index.js",
"unpkg": "dist/ionic.js",
"types": "dist/types/components.d.ts",
"collection": "dist/collection/collection-manifest.json",
"files": [
"dist/"
],
"repository": {
"type": "git",
"url": "https://github.com/wanoo21/countdown-time.git"
},
"scripts": {
"build": "stencil build --docs",
"start": "stencil build --dev --watch --serve",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll"
},
"author": {
"name": "Ion Prodan",
"email": "[email protected]"
},
"dependencies": {},
"devDependencies": {
"@stencil/core": "~0.16.2"
},
"license": "MIT",
"keywords": [
"countdown",
"webcomponent countdown"
]
}