-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 953 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
34
35
36
37
{
"name": "@ends/ends",
"version": "0.0.0",
"description": "A powerful tool to make HTML, CSS and JavaScript in a very simple way from a PHP script",
"main": "client/index.js",
"license": "Apache-2.0",
"author": "SIGUI Kessé Emmanuel <developer@sikessem.com> (https://about.sikessem.com)",
"scripts": {
"serve": "php -S localhost:3331 web.php"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SIKessEm/Ends.git"
},
"keywords": [
"ends",
"script",
"style",
"html",
"sass",
"scss",
"css",
"website",
"web page",
"homepage",
"sikessem",
"ske"
],
"bugs": {
"url": "https://github.com/SIKessEm/Ends/issues"
},
"homepage": "https://github.com/SIKessEm/Ends#readme",
"dependencies": {
"sass": "^1.49.0",
"typescript": "^4.5.5"
}
}