-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 993 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
{
"name": "less-plugin-export-variables",
"version": "0.1.0",
"description": "export less variables",
"homepage": "https://github.com/mvitorino/less-plugin-export-variables",
"author": {
"name": "Miguel Vitorino"
},
"contributors": [],
"bugs": {
"url": "https://github.com/mvitorino/less-plugin-export-variables/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/mvitorino/less-plugin-export-variables.git"
},
"licenses": [
{
"type": "Apache v2",
"url": "https://github.com/mvitorino/less-plugin-export-variables/blob/master/LICENSE"
}
],
"main": "lib/index.js",
"engines": {
"node": ">=0.4.2"
},
"scripts": {
"test": "node test"
},
"devDependencies": {
"diff": "^1.0",
"less": ">=2.0.0",
"lodash": "^4.17.4"
},
"keywords": [
"less plugins",
"export ES6"
]
}