2018-08-04 16:26:50 +08:00
|
|
|
{
|
|
|
|
"name": "anot",
|
2019-08-30 17:49:55 +08:00
|
|
|
"version": "2.1.1",
|
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"
|
|
|
|
}
|