forked from webpack-contrib/stylus-loader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.25 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": "stylus-loader",
"version": "3.0.2",
"description": "Stylus loader for webpack",
"main": "index.js",
"files": [
"index.js",
"lib/"
],
"scripts": {
"test": "testem ci",
"test-dev": "testem -l firefox",
"test-one": "testem ci -l firefox",
"test-build": "webpack --config test/webpack.config.js --output-path=test/tmp --output-filename=bundle.js"
},
"author": "Kyle Robinson Young <kyle@dontkry.com> (http://dontkry.com)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:shama/stylus-loader.git"
},
"bugs": {
"url": "https://github.com/shama/stylus-loader/issues"
},
"dependencies": {
"loader-utils": "^1.0.2",
"lodash.clonedeep": "^4.5.0",
"when": "~3.6.x"
},
"devDependencies": {
"benchmark": "^1.0.0",
"css-loader": "^0.14.0",
"mocha": "~2.1.0",
"mocha-loader": "^1.0.0",
"nib": "^1.0.4",
"node-libs-browser": "^0.5.2",
"raw-loader": "~0.5.1",
"should": "~4.6.1",
"style-loader": "^0.12.2",
"stylus": ">=0.52.4",
"testem": "^0.8.3",
"webpack": "^2.2.0",
"webpack-dev-server": "^2.0.0"
},
"peerDependencies": {
"stylus": ">=0.52.4"
},
"keywords": [
"webpack",
"loader",
"stylus"
]
}