-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 802 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 802 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": "emul-v1",
"version": "1.0.0",
"description": "<br /><br />",
"main": "dist/emul.css",
"scripts": {
"watch-style": "less-watch-compiler",
"build-style": "lessc src/style/emul.less dist/css/emul.css",
"minify-style": "minify dist/css/emul.css > dist/css/emul.min.css",
"dist-style": "npm-run-all build-style minify-style",
"dist": "npm-run-all dist-*",
"build": "npm-run-all build-*"
},
"repository": {
"type": "git",
"url": "git@gitee.com:leen-css-team/emul-v1.git"
},
"keywords": [
"Emul-v1"
],
"author": "N/A",
"license": "Apache-2.0",
"devDependencies": {
"less": "^4.1.1",
"less-watch-compiler": "^1.14.6",
"minify": "^7.0.1",
"npm-run-all": "^4.1.5"
},
"dependencies": {
"live-server": "^1.2.1"
}
}