从tic.common转化而来,彻底脱离对 Base/*, _Ling.js 的依赖,只保留并提供 Action及其子类。

This commit is contained in:
luk.lu
2018-11-27 10:42:05 +08:00
commit 89975eea2c
5 changed files with 187 additions and 0 deletions

11
package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "tic.common",
"version": "0.1.5",
"dependencies": {
"fon.ling": "git+https://git.faronear.org/fon/fon.ling",
"tic.crypto": "git+https://git.faronear.org/tic/tic.crypto"
},
"devDependencies": {},
"scripts": {},
"author": ""
}