This repository has been archived on 2023-08-29. You can view files and clone it, but cannot push or open issues/pull-requests.
yutent
/
anot.js
Archived
1
0
Fork 0
1.x 1.0.6
宇天 2018-12-26 17:00:40 +08:00
parent 98b21a64ec
commit 49b7a26e62
1 changed files with 3 additions and 11 deletions

View File

@ -1,23 +1,15 @@
{ {
"name": "anot", "name": "anot",
"version": "1.0.5", "version": "1.0.6",
"description": "Anot - 迷你mvvm框架", "description": "Anot - 迷你mvvm框架",
"main": "dist/anot.js", "main": "dist/anot.js",
"files": [ "files": ["dist"],
"dist"
],
"scripts": { "scripts": {
"start": "npm run dev", "start": "npm run dev",
"dev": "node ./pack.config.js dev", "dev": "node ./pack.config.js dev",
"prod": "node ./pack.config.js prod" "prod": "node ./pack.config.js prod"
}, },
"keywords": [ "keywords": ["anot", "avalon", "mvvm", "doui", "yutent"],
"anot",
"avalon",
"mvvm",
"doui",
"yutent"
],
"dependencies": {}, "dependencies": {},
"devDependencies": { "devDependencies": {
"chalk": "^2.4.1", "chalk": "^2.4.1",