UNPKG

css-test-npm

Version:

Node.js library for CSS validation

36 lines (35 loc) 718 B
{ "name": "css-test-npm", "version": "1.0.1", "description": "Node.js library for CSS validation", "main": "index.js", "scripts": { "serve": "nodemon --experimental-specifier-resolution=node --no-warnings server.js" }, "type": "module", "keywords": [ "gulp", "css", "css3", "css-test", "css-validation", "nodejs", "validate", "validation", "test", "w3c" ], "author": "Andrey Matin", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/andreymatin/css-test.git" }, "dependencies": { "axios": "^0.27.2", "express": "^4.18.1", "gulp": "^4.0.2", "nodemon": "^2.0.19", "xml2js": "^0.4.23" } }