forked from webpack/less-loader
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 880 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 880 Bytes
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
{
"name": "less-loader",
"version": "2.2.2",
"author": "Tobias Koppers @sokra",
"description": "less loader module for webpack",
"scripts": {
"test": "mocha -R spec",
"test-source-map": "webpack --config test/sourceMap/webpack.config.js && open ./test/sourceMap/index.html"
},
"peerDependencies": {
"less": "^2.3.1"
},
"devDependencies": {
"css-loader": "^0.9.1",
"enhanced-require": "^0.5.0-beta6",
"extract-text-webpack-plugin": "^0.5.0",
"less": "^2.3.1",
"mocha": "^2.0.1",
"raw-loader": "^0.5.1",
"should": "^5.2.0",
"webpack": "^1.1.8"
},
"repository": {
"type": "git",
"url": "git://github.com/webpack/less-loader.git"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"dependencies": {
"loader-utils": "^0.2.5"
}
}