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
anot.js/package.json

25 lines
594 B
JSON
Raw Normal View History

2018-08-04 16:26:50 +08:00
{
"name": "anot",
2020-07-06 14:38:22 +08:00
"version": "2.2.2",
2018-08-04 16:26:50 +08:00
"description": "Anot - 迷你mvvm框架",
"main": "dist/anot.js",
2018-12-26 17:00:40 +08:00
"files": ["dist"],
2018-08-04 16:26:50 +08:00
"scripts": {
"start": "npm run dev",
"dev": "node ./pack.config.js dev",
"prod": "node ./pack.config.js prod"
},
2018-12-26 17:00:40 +08:00
"keywords": ["anot", "avalon", "mvvm", "doui", "yutent"],
2018-08-04 16:26:50 +08:00
"dependencies": {},
"devDependencies": {
"chalk": "^2.4.1",
"chokidar": "^2.0.4",
"es.shim": "^1.1.2",
"iofs": "^1.1.0",
"uglify-es": "^3.3.9"
},
2018-08-04 21:40:42 +08:00
"repository": "https://github.com/yutent/anot.js.git",
2018-08-04 16:26:50 +08:00
"author": "yutent",
"license": "MIT"
}