-
-
Notifications
You must be signed in to change notification settings - Fork 80
/
package.json
45 lines (45 loc) · 1.01 KB
/
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": "yox",
"version": "1.0.0-alpha.408",
"description": "A lightweight mvvm framework",
"main": "dist/standard/dev/yox.js",
"module": "dist/standard/dev/yox.esm.js",
"jsnext:main": "dist/standard/dev/yox.esm.js",
"types": "dist/yox.d.ts",
"directories": {
"example": "example",
"test": "test"
},
"scripts": {
"tsc": "tsc",
"doc": "docsify serve docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yoxjs/yox.git"
},
"keywords": [
"easy",
"simple",
"lightweight",
"mvvm",
"ts",
"ie"
],
"author": "musicode",
"license": "MIT",
"bugs": {
"url": "https://github.com/yoxjs/yox/issues"
},
"homepage": "https://github.com/yoxjs/yox#readme",
"devDependencies": {
"yox-common": "^0.20.0",
"yox-config": "^0.3.0",
"yox-dom": "^0.2.0",
"yox-expression-compiler": "^0.18.0",
"yox-observer": "^0.19.0",
"yox-snabbdom": "^0.21.0",
"yox-template-compiler": "^0.29.0",
"yox-type": "^0.2.0"
}
}