-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.35 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.35 KB
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
{
"name": "@division/core",
"version": "0.1.2",
"description": "Web Components Pack",
"main": "dist/index.js",
"module": "dist/index.mjs",
"es2015": "dist/esm/index.mjs",
"es2017": "dist/esm/index.mjs",
"types": "dist/types/index.d.ts",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"unpkg": "dist/division/division.js",
"files": [
"dist/",
"loader/"
],
"scripts": {
"build": "stencil build --docs",
"start": "stencil build --dev --watch --serve",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll",
"pbs": "npm publish --access public",
"pbs:alpha": "npm publish --access public --tag alpha",
"pbs:beta": "npm publish --access public --tag beta"
},
"devDependencies": {
"@stencil/core": "1.7.5",
"tslint": "^5.20.0",
"tslint-stencil": "^1.0.1"
},
"dependencies": {
"@stencil/sass": "^1.1.1"
},
"author": "Newton Munene <newtonmunene99@gmail.com>",
"license": "MIT",
"keywords": [
"Web Components",
"Web Compponents Library"
],
"repository": {
"type": "git",
"url": "git+https://github.com/newtonmunene99/division.git"
},
"bugs": {
"url": "https://github.com/newtonmunene99/division/issues"
},
"homepage": "https://github.com/newtonmunene99/division/"
}