forked from rough-stuff/wired-elements
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.29 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
{
"name": "wired-elements-repo",
"version": "0.9.2",
"description": "Collection of hand-drawn sketchy web components",
"main": "wired-elements.js",
"private": true,
"directories": {
"lib": "lib"
},
"scripts": {
"bootstrap": "npm install && npm run hoist",
"hoist": "lerna bootstrap --hoist",
"dev": "polyserve --npm --module-resolution=node",
"tsc": "lerna run tsc",
"build": "rollup -c",
"bundle": "npm run tsc && npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wiredjs/wired-elements.git"
},
"keywords": [
"webcomponent",
"web component",
"rough",
"sketchy",
"hand-drawn",
"hand drawn",
"wireframe"
],
"author": "Preet Shihn <[email protected]> (https://twitter.com/preetster)",
"license": "MIT",
"bugs": {
"url": "https://github.com/wiredjs/wired-elements/issues"
},
"homepage": "https://github.com/wiredjs/wired-elements#readme",
"devDependencies": {
"@webcomponents/webcomponentsjs": "^2.2.7",
"lerna": "^3.13.1",
"polyserve": "^0.27.15",
"rollup": "^0.66.6",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-terser": "^4.0.1",
"tslint": "^5.15.0",
"typescript": "^3.4.1"
}
}