forked from madebysource/lesshat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 880 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
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "lesshat",
"description": "Most advanced LESS CSS mixins library",
"version": "3.0.2",
"homepage": "http://lesshat.com/",
"author": {
"name": "Petr Brzek",
"email": "[email protected]"
},
"contributors": [
{
"name": "Jan Kuca",
"url": "www.jankuca.com"
}
],
"keywords": [
"less",
"mixins"
],
"repository": {
"type": "git",
"url": "https://github.com/csshat/lesshat"
},
"bugs": {
"url": "https://github.com/csshat/lesshat/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/csshat/lesshat/blob/master/LICENSE"
}
],
"devDependencies": {
"lesshat-devstack": "git://github.com/csshat/lesshat-devstack",
"grunt": "0.4.x",
"grunt-cli": "*",
"mocha": "1.12.0",
"grunt-prompt": "~0.1.2"
},
"scripts": {
"test": "grunt test"
}
}