-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 878 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "ls-service-date",
"version": "v1.0.0",
"private": false,
"main": "src/date.js",
"description": "Litespeed.js view component that adds a copy button to your element text content or input element value.",
"homepage": "https://github.com/litespeed-js/ls-service-date",
"bugs": "https://github.com/litespeed-js/ls-service-date/issues",
"license": "MIT",
"jsdelivr": "src/date.js",
"repository": {
"type": "git",
"url": "https://github.com/litespeed-js/ls-service-date.git"
},
"keywords": [
"litespeed",
"framework",
"lite",
"speed",
"lightspeed",
"light",
"javascript"
],
"dependencies": {
"litespeed.js": "^0.3.11"
},
"devDependencies": {
"jest": "^24.8.0"
},
"scripts": {
"test": "jest tests"
}
}