-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.13 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.13 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
{
"name": "@ichbinsoftware/everything-is-free",
"version": "1.0.2",
"description": "Open Source Electronic Music SDK. Raw material, minimal content. CC0.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"manifesto": "node -e 'console.log(require(\"./index.js\").manifesto)'",
"info": "node -e 'const sdk = require(\"./index.js\"); console.log(\"\\n💿 Album: \" + sdk.album); console.log(\"👤 Artist: \" + sdk.artist); console.log(\"🔗 Stream: \" + sdk.homepage); console.log(\"📜 License: \" + sdk.license + \"\\n\");'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ichbinsoftware/everythingisfree.git"
},
"keywords": [
"music",
"electronic",
"electronica",
"techno",
"uk-garage",
"cc0",
"public-domain",
"open-source",
"samples",
"game-assets",
"sdk"
],
"author": "Software-Entwicklungskit",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/ichbinsoftware/everythingisfree/issues"
},
"homepage": "https://ev3.ichbinsoftware.com",
"publishConfig": {
"access": "public"
}
}