UNPKG

cssobjectjs

Version:
36 lines (35 loc) 1.08 kB
{ "name": "cssobjectjs", "version": "1.6.1", "description": "A Parser CSS in Javascript Vanilla", "keywords": [ "css-parse", "javascript-parser", "javascript-vanilla" ], "author": "KugiHaito", "license": "MIT", "main": "cssobject.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build-dev": "webpack --mode development", "build": "webpack --mode production" }, "repository": { "type": "git", "url": "git+https://github.com/KugiHaito/CSSObject.js.git" }, "bugs": { "url": "https://github.com/KugiHaito/CSSObject.js/issues" }, "homepage": "https://github.com/KugiHaito/CSSObject.js#readme", "devDependencies": { "@babel/core": "^7.15.5", "@babel/plugin-transform-runtime": "^7.15.0", "@babel/preset-env": "^7.15.6", "babel-loader": "^8.2.2", "terser-webpack-plugin": "^5.2.4", "webpack": "^5.52.1", "webpack-cli": "^4.8.0" } }