-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.06 KB
/
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
45
46
47
48
{
"name": "@termehui/termeh",
"version": "1.0.5",
"private": false,
"description": "Modern modular CSS framework",
"license": "ISC",
"scripts": {
"build": "npx sass _demo/style.scss _demo/dist/style.css",
"watch": "npx sass -w _demo/style.scss _demo/dist/style.css",
"test": "npx sass test.scss"
},
"files": [
"base",
"components",
"core",
"form",
"helpers",
"layout",
"styles.scss",
"termeh.scss",
"vars.scss"
],
"keywords": [
"css",
"sass",
"layout",
"grid",
"flexbox",
"responsive",
"framework",
"css-framework"
],
"authors": [
{
"email": "m.ajamekramy@gmail.com",
"homepage": "http://ekramy.ir",
"name": "Mojtaba Ekramy",
"role": "Developer"
}
],
"repository": {
"type": "git",
"url": "https://github.com/termehui/termeh"
},
"devDependencies": {
"sass": "^1.67.0"
}
}