forked from maksrom/javascript-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.73 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.73 KB
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
54
55
56
57
58
59
60
61
62
63
{
"name": "css-loader",
"version": "0.12.1",
"author": {
"name": "Tobias Koppers @sokra"
},
"description": "css loader module for webpack",
"dependencies": {
"clean-css": "^3.1.9",
"fastparse": "^1.0.0",
"loader-utils": "~0.2.2",
"source-list-map": "^0.1.4"
},
"devDependencies": {
"coveralls": "^2.11.2",
"istanbul": "^0.3.13",
"mocha": "^2.2.4",
"should": "^5.2.0"
},
"scripts": {
"test": "mocha",
"travis": "npm run cover -- --report lcovonly",
"cover": "istanbul cover -x *.runtime.js node_modules/mocha/bin/_mocha",
"publish-patch": "mocha && npm version patch && git push && git push --tags && npm publish"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/webpack/css-loader.git"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"gitHead": "69947fc1a710d112505342c536a15ff42e394951",
"bugs": {
"url": "https://github.com/webpack/css-loader/issues"
},
"homepage": "https://github.com/webpack/css-loader#readme",
"_id": "css-loader@0.12.1",
"_shasum": "2ae217edcba20050fbc7e52ca3b5492c73001885",
"_from": "css-loader@*",
"_npmVersion": "2.9.0",
"_nodeVersion": "0.12.2",
"_npmUser": {
"name": "sokra",
"email": "tobias.koppers@googlemail.com"
},
"maintainers": [
{
"name": "sokra",
"email": "tobias.koppers@googlemail.com"
}
],
"dist": {
"shasum": "2ae217edcba20050fbc7e52ca3b5492c73001885",
"tarball": "http://registry.npmjs.org/css-loader/-/css-loader-0.12.1.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/css-loader/-/css-loader-0.12.1.tgz",
"readme": "ERROR: No README data found!"
}