UNPKG

880 BJSONView Raw
1{
2 "name": "less-loader",
3 "version": "2.1.0",
4 "author": "Tobias Koppers @sokra",
5 "description": "less loader module for webpack",
6 "scripts": {
7 "test": "mocha -R spec",
8 "test-source-map": "webpack --config test/sourceMap/webpack.config.js && open ./test/sourceMap/index.html"
9 },
10 "peerDependencies": {
11 "less": "^2.3.1"
12 },
13 "devDependencies": {
14 "css-loader": "^0.9.1",
15 "enhanced-require": "^0.5.0-beta6",
16 "extract-text-webpack-plugin": "^0.3.8",
17 "less": "^2.3.1",
18 "mocha": "^2.0.1",
19 "raw-loader": "^0.5.1",
20 "should": "^4.4.1",
21 "webpack": "^1.1.8"
22 },
23 "repository": {
24 "type": "git",
25 "url": "git://github.com/webpack/less-loader.git"
26 },
27 "licenses": [
28 {
29 "type": "MIT",
30 "url": "http://www.opensource.org/licenses/mit-license.php"
31 }
32 ],
33 "dependencies": {
34 "loader-utils": "^0.2.5"
35 }
36}