forked from lasso-js/lasso-less
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.32 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
51
52
53
{
"name": "lasso-less",
"description": "Lasso.js plugin to support compilation of less dependencies",
"keywords": [
"lasso",
"lasso-plugin",
"less"
],
"repository": {
"type": "git",
"url": "https://github.com/lasso-js/lasso-less.git"
},
"scripts": {
"test": "npm run mocha && npm run jshint",
"mocha": "mocha --ui bdd --reporter spec ./test",
"jshint": "jshint src/"
},
"author": "Patrick Steele-Idem <[email protected]>",
"contributors": [
"Patrick Steele-Idem <[email protected]>",
"Phillip Gates-Idem <[email protected]>",
"Mahdi Pedramrazi <[email protected]>"
],
"maintainers": [
"Patrick Steele-Idem <[email protected]>",
"Mahdi Pedramrazi <[email protected]>"
],
"dependencies": {
"async": "^2.6.0",
"lasso-package-root": "^1.0.1",
"less": "^3.0.4",
"raptor-async": "^1.1.3",
"raptor-logging": "^1.1.3",
"raptor-polyfill": "^1.0.2",
"raptor-util": "^1.1.2",
"resolve-from": "^4.0.0"
},
"devDependencies": {
"chai": "^4.1.2",
"jshint": "^2.9.5",
"lasso": "^2.11.24",
"lesshat": "^4.1.0",
"mocha": "^5.1.1",
"mockery": "^2.1.0"
},
"license": "Apache-2.0",
"bin": {},
"main": "./src/index.js",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"version": "3.0.2"
}