-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1012 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
{
"name": "haxesys",
"version": "1.0.0",
"description": "Documenting Haxe and system languages",
"scripts": {
"start": "cd docs && docsify serve",
"deploy": "npm run git:commit && npm run git:push",
"git:commit": "git add -A . && git commit -a -m 'update docs haxesys documentation'",
"git:push": "git push",
"docsify:init": "npm install && npm docsify",
"docsify": "cd docs && docsify serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MatthijsKamstra/haxesys.git"
},
"keywords": [
"cpp (C++)",
"cs (C#)",
"interp (Eval/Macro)",
"java",
"lua",
"jvm",
"neko",
"node.js",
"python",
"haxe",
"Haxe",
"cs",
"csharp",
"wip"
],
"author": "Matthijs Kamstra aka [mck]",
"license": "MIT",
"bugs": {
"url": "https://github.com/MatthijsKamstra/haxesys/issues"
},
"homepage": "https://github.com/MatthijsKamstra/haxesys#readme",
"dependencies": {
"docsify-cli": "^4.4.4"
}
}