-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 997 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 997 Bytes
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
{
"name": "webpixeluiengine",
"version": "1.0.0",
"description": "该库的目的是为了在网页中显示像素风格的UI。",
"main": "index.js",
"scripts": {
"build": "postcss src/css/index.css -o release/all.css",
"watch": "postcss src/css/index.css -o release/all.css -w",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jerrychan7/webPixelUIengine.git"
},
"author": "qinshou2017",
"license": "MIT",
"bugs": {
"url": "https://github.com/jerrychan7/webPixelUIengine/issues"
},
"homepage": "https://github.com/jerrychan7/webPixelUIengine#readme",
"devDependencies": {
"autoprefixer": "^10.4.13",
"cssnano": "^5.1.14",
"postcss-cli": "^10.1.0",
"postcss-define-property": "^0.5.0",
"postcss-each": "^1.1.0",
"postcss-import": "^15.1.0",
"postcss-nesting": "^10.2.0",
"postcss-position-alt": "^0.7.0",
"postcss-short": "^5.0.0"
}
}