-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
59 lines (59 loc) · 1.68 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
{
"name": "pulsefft",
"version": "1.0.0",
"description": "A WebAssembly implementation of the Fast Fourier Transform library kissFFT",
"scripts": {
"test": "nyc mocha test/js-tests.js",
"start": "source ../emsdk/emsdk_env.sh --build=Release && make KissFFT.js -f Makefile.emscripten && make WASMkissFFT.js -f Makefile.emscripten && sed -i .bak 's/else{doRun()}/&script.dispatchEvent(doneEvent);/' pulse/src/wasmkissfft.js && emrun --no_browser --port 8000 .",
"clean": "make clean -f Makefile.emscripten"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AWSM.WASM/PulseFFT.git"
},
"keywords": [
"css",
"sass",
"html",
"responsive",
"theme",
"template"
],
"main": "pulse/index.js",
"author": "AWSM.WASM",
"license": "MIT",
"directories": {},
"bugs": {
"url": "https://github.com/AWSM.WASM/PulseFFT/issues"
},
"engines": {
"node": ">= 8.4.0"
},
"homepage": "https://github.com/AWSM.WASM/PulseFFT#readme",
"dependencies": {
"bootstrap": "^4.1.3",
"express": "^4.16.2",
"fs": "0.0.1-security",
"jquery": "^3.2.1",
"jquery.easing": "^1.4.1",
"path": "^0.12.7"
},
"devDependencies": {
"babel-cli": "^6.7.5",
"babel-core": "^6.26.3",
"babel-plugin-syntax-async-functions": "^6.5.0",
"babel-plugin-transform-regenerator": "^6.6.5",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.6.0",
"browser-sync": "2.18.13",
"chai": "3.5.0",
"chai-as-promised": "^5.3.0",
"istanbul": "^0.4.5",
"mocha": "^3.4.2",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^11.9.0",
"sinon": "^2.3.2",
"sinon-chai": "^2.10.0",
"zombie": "^5.0.8"
}
}