mtt-simple
Version:
Biblioteca de componentes y helpers para desarrollo de formularios en SIMPLE digital
80 lines (79 loc) • 2.22 kB
JSON
{
"name": "mtt-simple",
"version": "0.0.16",
"description": "Biblioteca de componentes y helpers para desarrollo de formularios en SIMPLE digital",
"publishConfig": {
"access": "public",
"tag": "alpha"
},
"repository": {
"type": "git",
"url": "git+https://bitbucket.org/mttgobcl/mtt-simple-js.git"
},
"main": "index.js",
"scripts": {
"test": "karma start karma.config.js",
"build": "webpack --mode production --config webpack.config.js",
"dev": "webpack-dev-server --mode development --config webpack.config.js"
},
"author": "Rodrigo Olivares <rolivares@mtt.gob.cl>",
"license": "MIT",
"keywords": [
"SIMPLE",
"mtt",
"simple digital"
],
"dependencies": {
"chosen-js": "1.8.3",
"jquery": "^3.5.1"
},
"devDependencies": {
"@babel/polyfill": "^7.10.1",
"@babel/preset-env": "^7.10.3",
"babel-loader": "^8.1.0",
"bufferutil": "^4.0.1",
"chai": "^4.2.0",
"chai-jquery": "^2.1.0",
"coveralls": "^3.1.0",
"css-loader": "^3.6.0",
"docsify-cli": "^4.4.1",
"es6-shim": "^0.35.5",
"is-docker": "^2.0.0",
"jsdom": "^16.2.2",
"karma": "^5.1.0",
"karma-chai": "^0.1.0",
"karma-chai-jquery": "^1.0.0",
"karma-chrome-launcher": "^3.1.0",
"karma-cli": "^2.0.0",
"karma-coverage": "^2.0.2",
"karma-es5-shim": "0.0.4",
"karma-es6-shim": "^1.0.0",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sinon": "^1.0.5",
"karma-sinon-chai": "^2.0.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^4.0.2",
"mini-css-extract-plugin": "^0.9.0",
"mocha": "^8.0.1",
"node-sass": "^4.14.1",
"nyc": "^15.1.0",
"phantomjs-prebuilt": "^2.1.16",
"rimraf": "^3.0.2",
"sass": "^1.26.9",
"sass-loader": "^8.0.2",
"sinon": "^9.0.2",
"sinon-chai": "^3.5.0",
"standard": "^14.3.4",
"style-loader": "^1.2.1",
"terser-webpack-plugin": "^3.0.6",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"homepage": "https://bitbucket.org/mttgobcl/mtt-simple-js#readme",
"directories": {
"test": "test"
}
}