-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
44 lines (44 loc) · 1.16 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
{
"name": "meshki",
"version": "3.0.0",
"description": "Meshki: The most stylish CSS library on planet Earth!",
"main": "build.js",
"type": "module",
"scripts": {
"test": "echo \"No test is specified for Meshki.\" && exit 1",
"compile": "node build.js",
"watch": "node build.js --watch",
"rebuild-sass": "npm rebuild node-sass --force",
"start": "npm run compile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Borderliner/Meshki.git"
},
"keywords": [
"css",
"meshki",
"responsive",
"boilerplate",
"black"
],
"author": "Mohammadreza Hajianpour <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Borderliner/Meshki/issues"
},
"homepage": "https://borderliner.github.io/Meshki/",
"devDependencies": {
"chalk": "^5.3.0",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-es5": "^1.5.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.6.0",
"fs-extra": "^11.2.0",
"node-watch": "^0.7.4",
"sass": "^1.77.8",
"uglify-js": "^3.19.0"
}
}