-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1016 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
{
"name": "less-burger",
"description": "A port of Sass Burger as a Less mixin.",
"version": "0.1.1",
"homepage": "https://github.com/MarkRabey/less-burger/",
"author": {
"name": "Mark Rabey",
"email": "[email protected]",
"url": "http://markrabey.com"
},
"repository": {
"type": "git",
"url": "https://github.com/MarkRabey/less-burger.git"
},
"bugs": {
"url": "https://github.com/MarkRabey/less-burger/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/MarkRabey/less-burger/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-banner": "^0.4.0",
"grunt-bump": "^0.3.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-csslint": "^0.4.0",
"grunt-contrib-cssmin": "^0.12.3",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-watch": "^0.6.1",
"watch": "^0.16.0"
},
"keywords": [
"css"
]
}