-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 977 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
36
37
38
39
40
41
42
43
44
45
{
"name": "bassoon",
"version": "1.1.0",
"description": "a simplified and optimized fork of oboejs",
"keywords": [
"front-end",
"micro-library",
"oboe",
"clarinet",
"sax",
"ajax",
"xhr",
"fetch",
"stream",
"streaming",
"json",
"array",
"object",
"lexer",
"parser",
"tokenizer"
],
"main": "src/bassoon.mjs",
"scripts": {
"build": "webpack --env minimize"
},
"author": "Paul Smith",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/paulsmithkc/bassoon.git"
},
"devDependencies": {
"@babel/cli": "^7.12.8",
"@babel/core": "^7.12.9",
"@babel/preset-env": "^7.12.7",
"babel-loader": "^8.2.2",
"babel-plugin-minify-guarded-expressions": "^0.4.4",
"babel-plugin-minify-mangle-names": "^0.5.0",
"babel-plugin-minify-simplify": "^0.5.1",
"webpack": "^5.10.0",
"webpack-cli": "^4.2.0",
"worker-loader": "^3.0.8"
}
}