-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.12 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.12 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
{
"name": "github-repository",
"version": "0.4.0",
"description": "GitHub Repository Web Component",
"main": "dist/github-repository.js",
"module": "dist/github-repository.js",
"unpkg": "dist/github-repository.min.js",
"types": "dist/github-repository.d.ts",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abraham/github-repository.git"
},
"engines": {
"node": ">=8.0.0"
},
"keywords": [
"github-repository",
"github",
"nutmeg",
"web-component"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/abraham/github-repository/issues"
},
"homepage": "https://github.com/abraham/github-repository",
"scripts": {
"build": "npx nutmeg build .",
"prebuild": "npx nutmeg clean .",
"prepare": "npm run build -- --production",
"pretest": "npm run build",
"start": "npx nutmeg serve .",
"test": "npx nutmeg test .",
"watch": "npx nutmeg watch ."
},
"dependencies": {
"@nutmeg/seed": "0.17.0",
"approximate-number": "2.1.0"
},
"devDependencies": {
"@nutmeg/cli": "0.17.0"
}
}