๐Ÿ“ฆ EdwonLim / node-less

๐Ÿ“„ package.json ยท 17 lines
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"
}