We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9942f34 commit f3e2e8fCopy full SHA for f3e2e8f
index.js
@@ -0,0 +1 @@
1
+console.log('hello world')
package.json
@@ -0,0 +1,19 @@
+{
2
+ "name": "abstract-audio-player",
3
+ "version": "0.0.1",
4
+ "description": "",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/hypermodules/abstract-audio-player.git"
12
13
+ "author": "",
14
+ "license": "MIT",
15
+ "bugs": {
16
+ "url": "https://github.com/hypermodules/abstract-audio-player/issues"
17
18
+ "homepage": "https://github.com/hypermodules/abstract-audio-player#readme"
19
+}
test.js
0 commit comments