We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 250bc1b commit 72582f5Copy full SHA for 72582f5
modules/piano/package.json
@@ -0,0 +1,28 @@
1
+{
2
+ "name": "Simple Piano",
3
+ "version": "0.1.0",
4
+ "description": "Simple Piano for Android NodeBase",
5
+ "main": "index.js",
6
+ "dependencies": {
7
+ "body-parser": "^1.16.0",
8
+ "bootstrap": "^3.3.7",
9
+ "express": "^4.16.2",
10
+ "tonegenerator": "^0.3.0",
11
+ "uuid": "^3.0.1",
12
+ "waud.js": "^0.9.16",
13
+ "waveheader": "0.0.2"
14
+ },
15
+ "devDependencies": {},
16
+ "scripts": {
17
+ "test": "echo \"Error: no test specified\" && exit 1"
18
19
+ "keywords": [
20
+ "module",
21
+ "nodebase",
22
+ "android",
23
+ "editor",
24
+ "notepad"
25
+ ],
26
+ "author": "Seven Lju",
27
+ "license": "MIT"
28
+}
0 commit comments