-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
45 lines (45 loc) · 881 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": "taminahx",
"description": "TAMINA IS A FAST, SMALL, AND FEATURE-RICH HAXE LIBRARY",
"keywords": [
"tamina",
"web components",
"http requests",
"loaders",
"utils",
"haxe"
],
"author": {
"name": "David Mouton"
},
"version": "4.0.0",
"license": "MIT",
"engines": {
"node": ">=0.8.0"
},
"main": "",
"preferGlobal": false,
"files": [
"org",
"haxe",
"README.md"
],
"homepage": "https://github.com/damoebius/taminahx",
"bugs": {
"url": "https://github.com/damoebius/taminahx/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/damoebius/taminahx.git"
},
"scripts": {
"build:doc": "yuidoc -c yuidoc.json -e .hx -p haxe org"
},
"config": {
"haxe:version": "4.0.0-rc1"
},
"devDependencies": {
"haxe": "5.0.10"
},
"readmeFilename": "README.md"
}