forked from less/less.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 895 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
{
"name" : "less",
"description" : "Leaner CSS",
"homepage" : "http://lesscss.org",
"keywords" : ["css", "parser", "lesscss", "browser"],
"author" : "Alexis Sellier <[email protected]>",
"contributors" : [],
"version" : "1.4.0",
"jam" : { "main": "./dist/less-1.4.0-alpha.js" },
"bin" : { "lessc": "./bin/lessc" },
"main" : "./lib/less/index",
"directories" : { "test": "./test" },
"engines" : { "node": ">=0.4.2" },
"optionalDependencies" : {
"mime": "1.2.x",
"request":">=2.12.0",
"mkdirp": "~0.3.4",
"ycssmin": ">=1.0.1"
},
"devDependencies" : { "diff": "~1.0" },
"scripts": {
"test": "make test"
},
"bugs": { "url" : "https://github.com/cloudhead/less.js/issues"},
"repository" :
{ "type" : "git",
"url" : "https://github.com/cloudhead/less.js.git"
}
}