-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
35 lines (35 loc) · 804 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
{
"name": "noodle",
"version": "1.0.0",
"description": "Generative Visual Programming",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shamansir/noodle.git"
},
"author": "shamansir",
"license": "ISC",
"bugs": {
"url": "https://github.com/shamansir/noodle/issues"
},
"homepage": "https://github.com/shamansir/noodle#readme",
"dependencies": {
"blessed": "^0.1.81",
"blessed-contrib": "^4.11.0",
"bresenham": "^0.0.4",
"drawille": "^2.0.2",
"hydra-synth": "^1.3.9",
"ws": "^8.13.0",
"xhr2": "^0.2.1"
},
"devDependencies": {
"events": "^3.3.0",
"parcel": "^2.9.3",
"process": "^0.11.10"
}
}