forked from nirth/karma-less-preprocessor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.48 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.48 KB
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
54
{
"name": "karma-less-preprocessor",
"version": "0.4.1",
"description": "A Karma plugin. Compile LESS on the fly.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "commonjs",
"repository": {
"type": "git",
"url": "git://github.com/WarriorVortex/karma-less-preprocessor.git"
},
"keywords": [
"karma-plugin",
"karma-preprocessor",
"less",
"lesscss",
"less-css"
],
"author": "David Sergey <nirth.furzahad@gmail.com>, Cloud Chen <cloudcmh@gmail.com>",
"license": "MIT",
"peerDependencies": {
"karma": ">=6.0.0",
"less": ">=4.0.0"
},
"devDependencies": {
"grunt": ">=1.0.1",
"grunt-auto-release": "~0.0.7",
"grunt-bump": "^0.8.0",
"grunt-npm": "~0.0.2",
"karma": "^6.4.0",
"less": "^4.4",
"coffeescript": "^2.7.0"
},
"contributors": [
"nirth <nirth.furzahad@gmail.com>",
"r3dDoX <Patrick@Elfriede-Pro.local>",
"David <nirth.furzahad@example.com>",
"r3dDoX <patrick@walther-online.ch>",
"Cloud Chen <cloudcmh@gmail.com>",
"Jason Bedard <jason+github@jbedard.ca>",
"Patrick <Patrick@Elfriede-Pro.local>",
"David Sergey Grigoryan <me@davidsergey.com>",
"Harry Schmidt <me@goldibex.com>",
"Tarun Kothuri <tkothuri@appnexus.com>",
"marcbaechinger <marc.baechinger@gmail.com>",
"rkesters <robert.d.kesterson@leidos.com>",
"Vladimir Erokhin <warrior.vortex41@gmail.com>"
],
"engines": {
"node": ">=14.0.0"
}
}