UNPKG

1.4 kBJSONView Raw
1{
2 "name": "tape-slider",
3 "version": "0.1.5",
4 "description": "simple way ever to make your website interactive add tape slider for your website",
5 "main": "./",
6 "scripts": {
7 "test": "jest ./dist",
8 "build": "sass ./src/style/_index.scss ./dist/style/_index.css & npx webpack",
9 "watch": "concurrently \"sass ./src/style/_index.scss ./dist/style/_index.css --watch\" \"npx webpack --watch\""
10 },
11 "repository": {
12 "type": "git",
13 "url": "git+https://github.com/mahmoudshahin1111/tape-slider.git"
14 },
15 "keywords": [
16 "tape-slider",
17 "tape-news",
18 "slider",
19 "news-slider",
20 "tape",
21 "website-tools",
22 "web-development"
23 ],
24 "author": {
25 "name": "Mahmoud Shahin",
26 "email": "mahmoudshahin1111@gmail.com",
27 "url": "https://www.mahmoudshahin.net/"
28 },
29 "license": "MIT",
30 "bugs": {
31 "url": "https://github.com/mahmoudshahin1111/tape-slider/issues",
32 "email": "mahmoudshahin1111@gmail.com"
33 },
34 "homepage": "https://github.com/mahmoudshahin1111/tape-slider#readme",
35 "dependencies": {
36 "@types/jquery": "^3.5.5",
37 "@types/rx": "^4.1.2",
38 "jquery": "^3.6.0",
39 "rxjs": "^7.1.0"
40 },
41 "devDependencies": {
42 "@types/jest": "^26.0.23",
43 "jest": "^27.0.6",
44 "scss": "^0.2.4",
45 "ts-jest": "^27.0.3",
46 "ts-loader": "^9.2.3",
47 "typescript": "^4.3.5",
48 "webpack": "^5.42.0",
49 "webpack-cli": "^4.7.2"
50 }
51}