-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 988 Bytes
/
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
{
"name": "less-modulesify",
"version": "1.1.3",
"author": "wujohns",
"description": "browserify plugin support css module for less",
"homepage": "https://github.com/wujohns/less-modulesify",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/wujohns/less-modulesify.git"
},
"keywords": [
"browserify",
"browserify-transform",
"browserify-plugin",
"css-moduels",
"css",
"less-modulesify",
"less"
],
"bugs": {
"url": "https://github.com/wujohns/less-modulesify/issues"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha ./test/build.test.js"
},
"engine": {
"node": ">=4.0.0"
},
"dependencies": {
"lodash": "^4.14.0",
"less": "^2.2.0",
"postcss": "^5.2.10",
"postcss-modules": "^0.6.2",
"async": "^2.1.4",
"write": "^0.3.2",
"globby": "~6.1.0"
},
"devDependencies": {
"browserify": "^13.1.1",
"mocha": "^3.2.0",
"chai": "^3.5.0"
}
}