-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 957 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
37
38
39
40
41
{
"name": "crude-build",
"title": "Crude Build",
"version": "0.1.2",
"homepage": "https://github.com/rawify/CrudeBuild.js",
"bugs": "https://github.com/rawify/CrudeBuild.js/issues",
"description": "A crude build utility for single file JavaScript projects",
"keywords": [
"bundler",
"javascript"
],
"private": false,
"main": "crude-build.js",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git@github.com:rawify/CrudeBuild.js.git"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/rawify"
},
"author": {
"name": "Robert Eisele",
"email": "robert@raw.org",
"url": "https://raw.org/"
},
"license": "MIT",
"engines": {
"node": "*"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"crude-build": "./bin/build.js"
},
"dependencies": {
"google-closure-compiler": "^20240317.0.0"
}
}