-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 827 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
{
"name": "aah-util-css",
"version": "0.5.3",
"description": "utility css classes by aahvocado",
"main": "compiled/main_sass.css",
"scripts": {
"start": "npm run sass:compile",
"less:compile": "lessc less_src/main.less compiled/main_less.css",
"sass:compile": "sass sass_src/main.scss compiled/main_sass.css",
"sass:watch": "sass --watch sass_src/main.scss compiled/main_sass.css"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/aahvocado/aah-util-css.git"
},
"keywords": [
"css",
"less"
],
"author": "Daniel Xiao",
"license": "ISC",
"bugs": {
"url": "https://github.com/aahvocado/aah-util-css/issues"
},
"homepage": "https://github.com/aahvocado/aah-util-css#readme",
"devDependencies": {
"less": "^3.9.0",
"sass": "^1.24.4"
}
}