This repository has been archived on 2023-08-30. You can view files and clone it, but cannot push or open issues/pull-requests.
bytedo
/
anot
Archived
1
0
Fork 0
anot/package.json

26 lines
653 B
JSON
Raw Normal View History

2020-08-12 18:25:03 +08:00
{
"name": "@bytedo/anot",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/@bytedo/anot.git"
},
"version": "2.2.10",
"description": "an elegant efficient express mvvm framework",
"main": "dist/anot.js",
"keywords": ["javascript", "avalon", "mvvm", "virtual dom"],
"scripts": {
"start": "rollup -w -c ./rollup.config.dev.js",
"build": "rollup -c ./rollup.config.prod.js"
},
"dependencies": {},
"devDependencies": {
"@bytedo/rollup-plugin-uglify": "^1.0.0",
"iofs": "^1.3.2",
"rollup": "^2.23.1"
},
"bugs": {
"url": "https://github.com/RubyLouvre/avalon/issues"
}
}