-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1002 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
38
39
40
41
42
43
44
{
"name": "jstyling",
"version": "1.0.13",
"description": "JStyling is a JavaScript UI library to style elements in a very good looking syntax, easy to manage. Inspired by the style objects you can pass into React JSX elements.",
"main": "src/index.js",
"directories": {
"src": "src"
},
"files": [
"src"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AneekRahman/jstyling.git"
},
"keywords": [
"ui",
"ux",
"library",
"javascript",
"styling",
"css",
"js",
"syntax",
"good",
"looking",
"script",
"style",
"script-styling",
"js-css",
"react-like-css",
"inline-css-javascript"
],
"author": "Muhammad Aneek Rahman",
"license": "MIT",
"bugs": {
"url": "https://github.com/AneekRahman/jstyling/issues"
},
"homepage": "https://aneekrahman.github.io/jstyling/"
}