-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
40 lines (40 loc) · 913 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
{
"name": "less-plugin-inline-urls",
"version": "1.2.0",
"description": "inline images plugin",
"homepage": "http://lesscss.org",
"author": {
"name": "Luke Page"
},
"contributors": [
"The Core Less Team"
],
"bugs": {
"url": "https://github.com/less/less-plugin-inline-urls/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/less/less-plugin-inline-urls.git"
},
"licenses": [
{
"type": "Apache v2",
"url": "https://github.com/less/less-plugin-inline-urls/blob/master/LICENSE"
}
],
"main": "lib/index.js",
"engines": {
"node": ">=0.4.2"
},
"scripts": {
"test": "node test"
},
"devDependencies": {
"less": ">=2.0.0",
"diff": "^1.0"
},
"keywords": [
"less plugins",
"inline images"
]
}