-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 854 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
{
"name": "parker-loader",
"version": "1.1.6",
"description": "Output a stylesheet analysis report using parker and webpack.",
"main": "index.js",
"dependencies": {
"loader-utils": "^0.2.10",
"lodash.merge": "^3.3.1",
"parker": "0.0.9"
},
"scripts": {
"test": "rm -rf build && tape test/parker-loader.test.js"
},
"repository": {
"type": "git",
"url": "git://github.com/tanem/parker-loader.git"
},
"homepage": "https://github.com/tanem/parker-loader",
"author": {
"name": "Tane Morgan",
"url": "http://github.com/tanem"
},
"license": "MIT",
"devDependencies": {
"file-loader": "^0.8.4",
"raw-loader": "^0.5.1",
"tape": "^4.0.0",
"webpack": "^1.12.4"
},
"keywords": [
"webpack",
"loader",
"parker",
"stylesheet",
"analysis",
"report",
"css"
]
}