-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.71 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "chamberlib",
"version": "0.2.2",
"description": "Lib for lab.",
"main": "dist/index.js",
"engines": {
"node": ">=8.6.0"
},
"engineStrict": true,
"scripts": {
"test": "./node_modules/.bin/mocha $(find test -path '*.spec.*') --compilers js:babel-core/register --recursive --no-timeouts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Chamberlab/node-chamberlib.git"
},
"author": "Chamberlab / A. Koch",
"license": "MIT",
"bugs": {
"url": "https://github.com/dasantonym/node-chamberlib/issues"
},
"homepage": "https://github.com/dasantonym/node-chamberlib#readme",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-preset-env": "^1.4.0",
"chai": "^4.1.2",
"del": "^3.0.0",
"eslint": "^4.7.2",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^4.0.0",
"gulp-jshint": "^2.0.4",
"gulp-sourcemaps": "^2.6.0",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1",
"mocha": "^3.3.0",
"sinon": "^4.0.0",
"webpack": "^3.6.0"
},
"dependencies": {
"bluebird": "^3.4.6",
"chance": "^1.0.8",
"csv-parse": "^1.1.7",
"d3": "^3.5.17",
"debug": "^3.1.0",
"js-quantities": "^1.6.6",
"jsdom": "^11.2.0",
"jsmidgen": "^0.1.5",
"levenshtein": "^1.0.5",
"mathjs": "^3.12.2",
"memwatch-next": "^0.3.0",
"moment": "^2.18.0",
"msgpack": "^1.0.2",
"node-lmdb": "^0.4.11",
"osc": "^2.1.0",
"scalesapi": "^1.1.3",
"stream-transform": "^0.1.1",
"svg2png": "^4.1.1",
"through": "^2.3.8",
"tiny-emitter": "^2.0.0",
"tonal": "^0.69.6",
"uuid-validate": "0.0.2",
"uuid4": "^1.0.0"
}
}