forked from ajaxorg/treehugger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 925 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
{
"name": "@pylonide/treehugger",
"version": "0.2.0",
"description": "treehugger is a Javascript library for program processing",
"author": "Sten Feldman <[email protected]>",
"license": "MIT",
"contributors": [
"ajax.org B.V. <[email protected]>",
{
"name": "Zef Hemel",
"email": "[email protected]"
},
{
"name": "Lennart Kats",
"email": "[email protected]"
},
{
"name": "Harutyun Amirjanyan",
"email": "[email protected]"
},
"Sten Feldman <[email protected]> (https://sten.pw/)"
],
"repository": {
"type": "git",
"url": "http://github.com/pylonide/treehugger.git"
},
"engines": {
"node": ">= 18.18.2"
},
"devDependencies": {
"amd-loader": "~0.0.8",
"asyncjs": "~0.0.13"
},
"scripts": {
"test": "node lib/treehugger/js/parse_test.js",
"acorn": "node ../acorn/bin/build-acorn.js ; mv ../acorn/dist/* lib/acorn/dist"
}
}