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

32 lines
569 B
JSON
Raw Normal View History

2018-08-04 16:26:50 +08:00
{
"name": "anot",
"version": "1.0.0",
"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"
},
"author": "yutent",
"license": "MIT"
}