-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
37 lines (37 loc) · 814 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
{
"name": "cssnext-loader",
"version": "1.0.1",
"description": "webpack loader for cssnext",
"main": "index.js",
"scripts": {
"start": "npm install && npm test",
"test": "tape test/**.js"
},
"repository": {
"type": "git",
"url": "https://github.com/cssnext/cssnext-loader.git"
},
"keywords": [
"webpack",
"cssnext",
"css",
"loader"
],
"author": "bloodyowl",
"license": "MIT",
"bugs": {
"url": "https://github.com/cssnext/cssnext-loader/issues"
},
"homepage": "https://github.com/cssnext/cssnext-loader",
"dependencies": {
"cssnext": "^1.0.0",
"loader-utils": "^0.2.5",
"object-assign": "^2.0.0"
},
"devDependencies": {
"css-loader": "^0.9.0",
"style-loader": "^0.8.2",
"tape": "^3.0.3",
"webpack": "^1.4.13"
}
}