UNPKG
node-less
Version:
latest (1.0.0)
1.0.0
Less Compiler For Node
node-less
/
package.json
17 lines
(16 loc)
•
304 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name"
:
"node-less"
,
"version"
:
"1.0.0"
,
"description"
:
"Less Compiler For Node"
,
"main"
:
"index.js"
,
"repository"
: {
"type"
:
"git"
,
"url"
:
"git
@gitcafe
.com:EdwonLim/node-less.git"
},
"keywords"
: [
"css"
,
"less"
],
"author"
:
"Edwon Lim"
,
"license"
:
"BSD-2-Clause"
}