-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
41 lines (41 loc) · 825 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
{
"name": "csso-loader",
"version": "0.3.1",
"description": "CSSO loader module for webpack",
"keywords": [
"webpack",
"loader",
"csso",
"css",
"minify"
],
"scripts": {
"test": "jest",
"travis": "jest --coverage"
},
"homepage": "https://github.com/sandark7/csso-loader",
"bugs": {
"url": "https://github.com/sandark7/csso-loader/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/sandark7/csso-loader.git"
},
"author": {
"name": "Andrew Smirnov",
"email": "[email protected]",
"url": "https://github.com/sandark7"
},
"main": "index.js",
"dependencies": {
"csso": "^3.0.1",
"loader-utils": "^1.1.0"
},
"devDependencies": {
"jest": "^19.0.2"
},
"engines": {
"node": ">=4.0.0"
},
"license": "MIT"
}