-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
27 lines (27 loc) · 1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "mmuo",
"version": "2.2.6",
"description": "Mmuo is a Javascript library aimed at making life easy for developers in running common day-to-day tasks. It simplifies tasks like event handling, DOM manipulation (you'll so much love this), AJAX function and some utility functions which have been documented.",
"main": "dist/mmuo.cjs.js",
"module": "dist/mmuo.esm.js",
"browser": "dist/mmuo.umd.js",
"scripts": {
"build": "rollup -c",
"test": "echo \"Error: no test specified\" && exit 1",
"pretest": "npm run build"
},
"keywords": ["laravel", "vue", "ajax", "mmuo", "vuelar", "sirmekus", "zam", "ije"],
"author": "Emeka Ohakwe <SirMekus; Uncle E; Emmy Boy> (https://www.linkedin.com/in/sirmekus)",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"rollup": "^2.78.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0"
},
"files": [
"dist"
]
}