From 2cf42f4e402d330c96239cf6f6293813ad74f89a Mon Sep 17 00:00:00 2001 From: PRO Modassir <121736316+promodassir@users.noreply.github.com> Date: Fri, 22 Dec 2023 04:23:49 +0530 Subject: [PATCH] Create package.json --- package.json | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..321f8b5 --- /dev/null +++ b/package.json @@ -0,0 +1,46 @@ +{ + "title": "Pseudo Selector", + "name": "pseudo-selector", + "version": "1.2.0", + "description": "A pure-Javascript, Advance CSS Selector Engine v1.2.0", + "main": "dist/snizzle.js", + "scripts": { + "build": "npm install && grunt", + "start": "grunt start", + "test": "grunt && grunt test" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/jqrony/snizzle.git" + }, + "keywords": [ + "pseudo-selector", + "javascript", + "CSS", + "selector", + "jqrony", + "snizzle" + ], + "author": { + "name": "Shahzada Modassir", + "url": "https://github.com/jqrony/snizzle/blob/1.2.0/AUTHORS.txt" + }, + "license": "MIT", + "files": [ + "COPYRIGHT.txt", + "bower.json", + "codeowners", + "AUTHORS.txt", + "LICENSE.txt", + "README.md", + "dist/snizzle.js", + "dist/snizzle-min.js" + ], + "dependencies": { + "snizzle": "^1.3.0" + }, + "bugs": { + "url": "https://github.com/jqrony/snizzle/issues" + }, + "homepage": "https://github.com/jqrony/snizzle#readme" +}