| Server IP : 138.197.176.125 / Your IP : 216.73.216.41 Web Server : Apache/2.4.41 (Ubuntu) System : Linux SuiteCRM-8 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.3.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/dev.wowchat.co_old/node_modules/rematrix/ |
Upload File : |
{
"name": "rematrix",
"version": "0.3.0",
"description": "Matrix transformations made easy",
"main": "dist/rematrix.js",
"module": "dist/rematrix.es.js",
"jsnext:main": "dist/rematrix.es.js",
"files": [
"dist"
],
"scripts": {
"prebuild": "rm -rf dist/*",
"build": "npm run bundle && npm run bundle:min",
"bundle": "rollup -c build/rollup.conf.js",
"bundle:min": "rollup -c build/rollup.conf.min.js",
"lint": "eslint src test",
"pretest": "rm -rf .ignore/coverage/**/ && npm run lint",
"test": "karma start test/karma.conf.js",
"testing": "cross-env COVERAGE=true npm test -- --no-single-run",
"coverage": "cross-env COVERAGE=true npm test"
},
"repository": "jlmakes/rematrix",
"keywords": [
"css",
"matrix",
"transform"
],
"bugs": {
"url": "https://github.com/jlmakes/rematrix/issues"
},
"devDependencies": {
"chai": "^3.5.0",
"cross-env": "^5.1.3",
"eslint": "^3.11.0",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-coveralls": "^1.1.2",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.0",
"karma-rollup-preprocessor": "^5.0.1",
"karma-sauce-launcher": "^1.1.0",
"karma-sinon-chai": "^1.2.4",
"mocha": "^3.1.2",
"rollup": "^0.48.2",
"rollup-plugin-buble": "^0.14.0",
"rollup-plugin-istanbul": "^1.1.0",
"rollup-plugin-uglify": "^1.0.1",
"sinon": "^1.17.6",
"sinon-chai": "^2.8.0"
},
"author": "Julian Lloyd <rematrix@jlmak.es>",
"license": "MIT"
}