-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
37 lines (37 loc) · 875 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
{
"name": "less-plugin-variables-output",
"version": "1.2.0",
"description": "Adds output of all top-level variables to a JSON file",
"main": "lib/index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Craga89/less-plugin-variables-output.git"
},
"keywords": [
"less",
"plugin",
"variable",
"output",
"json"
],
"author": "Craig Michael Thompson <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Craga89/less-plugin-variables-output/issues"
},
"homepage": "https://github.com/Craga89/less-plugin-variables-output#readme",
"engines": {
"node": ">=4.0.0"
},
"devDependencies": {
"chai": "^3.5.0",
"less": "^2.7.2",
"mkdirp": "^0.5.1",
"mocha": "^3.2.0",
"rimraf": "^2.5.4"
},
"dependencies": {}
}