Skip to content

Commit 72582f5

Browse files
committed
[modules] piano add missing package.json
1 parent 250bc1b commit 72582f5

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

modules/piano/package.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)