forked from devpunks/snuggsi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.35 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
{
"name": "snuggsi",
"version": "0.13.198",
"license": "MIT",
"author": [
"Snuggs",
"Brandondees"
],
"description": "Easy Web Components in 1kB",
"bin": {
"snuggsi": "bin/snuggsi"
},
"bugs": {
"url": "https://github.com/devpunks/snuggsi/issues"
},
"homepage": "https://github.com/devpunks/snuggsi#readme",
"engines": {
"npm": "5.0.x",
"node": "9.8.x"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/devpunks/snuggsi.git"
},
"keywords": [
"web",
"components"
],
"main": "./index.es",
"unpkg": "./dist/snuggsi.min.es.js",
"module": "./dist/snuggsi.min.es",
"directories": {
"bin": "bin",
"example": "examples"
},
"scripts": {
"test": "snuggsi test",
"start": "snuggsi serve",
"package": "snuggsi package",
"postinstall": "snuggsi publish"
},
"devDependencies": {
"autoprefixer": "^9.4.2",
"browser-sync": "^2.26.7",
"buble": "^0.20",
"jsdom": "^13.0.0",
"node-fetch": "^2.3.0",
"nyc": "^15.0.0",
"puppeteer": "^1.17.0",
"standard": "^12.0.1",
"tap-spec": "^5.0.0",
"tape": "^4.9.1",
"uglify-es": "^3.3.10",
"zopfli-node": "^2.0.3",
"snuggsi": "."
},
"dependencies": {
"basic-auth": "^2.0.1",
"koa": "^2.6.2",
"koa-cors": "0.0.16",
"koa-static": "^5.0.0",
"npm": "^6.14.7"
}
}