-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 945 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
43
{
"name": "resolution-independence",
"version": "1.0.0",
"description": "Resolution independence conversion plugin for Less.js",
"author": "Aaron Tam <aaron.tam@lge.com>",
"homepage": "http://www.enactjs.com",
"bugs": {
"url": "https://github.com/enactjs/less-plugin-resolution-independence/issues"
},
"repository": "https://github.com/enactjs/less-plugin-resolution-independence",
"contributors": [
{
"name": "Blake Stephens"
},
{
"name": "Aaron Tam"
},
{
"name": "Derek Anderson"
},
{
"name": "Jason Robitaille"
}
],
"main": "lib/index.js",
"engines": {
"node": ">=0.4.2"
},
"devDependencies": {
"chai": "^4.1.2",
"less": "^3.0",
"mocha": "^5.0.5"
},
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec"
},
"keywords": [
"less plugins",
"resolution independence",
"rem"
],
"license": "Apache-2.0"
}