-
Notifications
You must be signed in to change notification settings - Fork 257
/
package.json
52 lines (52 loc) · 1.04 KB
/
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
44
45
46
47
48
49
50
51
52
{
"name": "lesshat",
"description": "The most advanced LESS mixins library",
"version": "4.1.0",
"homepage": "http://lesshat.com",
"author": {
"name": "Michel Boudreau",
"email": "[email protected]"
},
"contributors": [
{
"name": "Jan Kuca",
"url": "www.jankuca.com"
},
{
"name": "Petr Brzek",
"email": "[email protected]"
}
],
"keywords": [
"lesshat",
"less",
"css",
"mixins"
],
"repository": {
"type": "git",
"url": "https://github.com/madebysource/lesshat"
},
"bugs": {
"url": "https://github.com/madebysource/lesshat/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/madebysource/lesshat/blob/master/LICENSE"
}
],
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-mkdir": "^1.0.0",
"grunt-prompt": "^1.3.3",
"mocha": "2.5.3",
"uglify-js": "~2.6.3",
"less": "^2.7.1"
},
"scripts": {
"test": "grunt dev",
"build": "grunt default"
}
}