-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 991 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
{
"name": "l3n",
"version": "0.1.0",
"description": "Lagua low-level notation",
"main": "./lib/index.js",
"directories": {
"test": "test"
},
"dependencies": {
"array-last-item": "0.0.7",
"ohamt": "0.0.9",
"rrb-vector": "0.0.7",
"rxjs": "^6.2.1"
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.53",
"@babel/core": "^7.0.0-beta.53",
"@babel/plugin-transform-modules-commonjs": "^7.0.0-beta.53",
"source-map-support": "^0.5.6"
},
"scripts": {
"build": "babel --no-babelrc --plugins @babel/plugin-transform-modules-commonjs src --out-dir lib -s"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wshager/l3n.git"
},
"author": "Wouter Hager",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/wshager/l3n/issues"
},
"keywords": [
"flat",
"tree",
"XML",
"HTML",
"JSON",
"syntax",
"AST"
],
"homepage": "https://github.com/wshager/l3n#readme"
}