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

33 lines
626 B
JSON
Raw Permalink Normal View History

2018-08-04 16:26:50 +08:00
{
"name": "anot",
2018-10-23 11:45:34 +08:00
"version": "1.0.5",
2018-08-04 16:26:50 +08:00
"description": "Anot - 迷你mvvm框架",
"main": "dist/anot.js",
"files": [
"dist"
],
"scripts": {
"start": "npm run dev",
"dev": "node ./pack.config.js dev",
"prod": "node ./pack.config.js prod"
},
"keywords": [
"anot",
"avalon",
"mvvm",
"doui",
"yutent"
],
"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"
}