-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
36 lines (36 loc) · 911 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
{
"name": "haxejs",
"version": "2.0.0",
"description": "Documenting Haxe and JavaScript",
"scripts": {
"deploy": "npm run git:commit && npm run git:push",
"git:commit": "git add -A . && git commit -a -m 'update docs haxejs documentation'",
"git:push": "git push",
"docsify:init": "npm install && npm docsify",
"docsify": "cd docs && docsify serve"
},
"devDependencies": {
"dts2hx": "^0.18.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MatthijsKamstra/haxejs.git"
},
"keywords": [
"js",
"haxe",
"Haxe",
"javascript",
"wip"
],
"author": "Matthijs Kamstra aka [mck]",
"license": "MIT",
"bugs": {
"url": "https://github.com/MatthijsKamstra/haxejs/issues"
},
"homepage": "https://github.com/MatthijsKamstra/haxejs#readme",
"dependencies": {
"docsify-cli": "^4.4.3",
"sortablejs": "^1.14.0"
}
}