-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 986 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
42
43
44
45
{
"name": "preseed",
"version": "2.1.0",
"description": "Ubuntu/Debian preconfiguration file generator for automated OS installation",
"main": "app.js",
"os": [
"!win32"
],
"dependencies": {
"commander": "^2.19",
"express": "^4.16",
"lodash": "^4.17",
"morgan": "^1.9"
},
"bin": {
"preseed": "app.js"
},
"scripts": {
"prepublishOnly": "coffee -c .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aadityabhatia/preseed.git"
},
"keywords": [
"preseed",
"preconfiguration",
"linux",
"ubuntu",
"debian",
"kali",
"install",
"setup",
"unattended",
"automatic",
"apt-proxy"
],
"author": "Aaditya Bhatia <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/aadityabhatia/preseed/issues"
},
"homepage": "https://github.com/aadityabhatia/preseed#readme"
}