-
Notifications
You must be signed in to change notification settings - Fork 60
/
Copy pathpackage.json
46 lines (46 loc) · 1.18 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
{
"name": "flocking",
"version": "3.0.1",
"description": "Creative audio synthesis for the Web",
"author": "Colin Clark",
"homepage": "https://flockingjs.org/",
"repository": {
"type": "git",
"url": "git://github.com/continuing-creativity/Flocking.git"
},
"bugs": "https://github.com/continuing-creativity/Flocking/issues",
"license": "(MIT OR GPL-2.0)",
"keywords": [
"Flocking",
"WebAudio",
"sound",
"audio",
"music",
"synthesis"
],
"readmeFilename": "README.md",
"browser": "dist/flocking-all.js",
"devDependencies": {
"grunt": "1.5.2",
"grunt-contrib-clean": "2.0.1",
"grunt-contrib-concat": "2.1.0",
"grunt-contrib-uglify": "5.2.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-jshint": "3.2.0",
"sheep-benchmark": "colinbdclark/sheep.js",
"requirejs": "2.3.6",
"testem": "3.6.0"
},
"dependencies": {
"jquery": "3.6.0",
"infusion": "3.0.0",
"codemirror-infusion": "2.4.1",
"jsplumb": "1.7.9",
"dagre": "0.8.5",
"normalize.css": "8.0.1"
},
"scripts": {
"prepare": "node_modules/.bin/grunt",
"test": "node_modules/.bin/testem ci --file tests/unit/testem.json"
}
}