-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
50 lines (50 loc) · 1.03 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
{
"name": "lineman-less",
"description": "A Less plugin for Lineman, using grunt-contrib-less",
"version": "1.0.0",
"homepage": "https://github.com/linemanjs/lineman-less",
"author": {
"name": "Justin Searls",
"email": "[email protected]"
},
"contributors": [
{
"name": "Jay Harris",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/linemanjs/lineman-less.git"
},
"bugs": {
"url": "https://github.com/linemanjs/lineman-less/issues"
},
"scripts": {
"postinstall": "node script/postinstall.js"
},
"dependencies": {
"coffeescript": "^2.6.1",
"find-root-package": "^0.0.1",
"grunt-contrib-less": "^3.0.0"
},
"peerDependencies": {
"lineman": ">= 0.38.0"
},
"devDependencies": {
"grunt": "^0.4.4",
"grunt-release": "^0.7.0"
},
"licenses": [
{
"type": "MIT",
"url": "http://testdouble.mit-license.org"
}
],
"keywords": [
"lineman",
"linemanplugin",
"less",
"css"
]
}