-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 821 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 821 Bytes
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
{
"name": "postcss-global-import",
"version": "1.0.6",
"description": "Post Css plugin for global import css.",
"main": "index.js",
"scripts": {
"test": "jest --useStderr"
},
"repository": {
"type": "git",
"url": "git+https://github.com/scherebedov/postcss-global-import.git"
},
"keywords": [
"Postcss"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/scherebedov/postcss-global-import/issues"
},
"homepage": "https://github.com/scherebedov/postcss-global-import#readme",
"dependencies": {
"css-selector-tokenizer": "^0.7.0",
"postcss": "^6.0.14",
"resolve": "^1.1.7"
},
"engine": "node >= 6.0.0",
"devDependencies": {
"cssnano": "^3.10.0",
"glob": "^7.1.2",
"jest": "^21.2.1",
"postcss-modules": "^1.1.0"
}
}