-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 713 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 713 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
35
36
{
"name": "poststylus",
"version": "1.0.1",
"description": "PostCSS adapter for stylus",
"homepage": "http://github.com/seaneking/poststylus",
"author": {
"name": "Sean King",
"email": "sean@seanking.org"
},
"repository": "seaneking/poststylus",
"license": "MIT",
"files": [
"index.js"
],
"keywords": [
"poststylus",
"postcss",
"stylus",
"preprocessor"
],
"dependencies": {
"multi-stage-sourcemap": "0.3.1",
"postcss": "8.0.9"
},
"devDependencies": {
"chai": "^4.2.0",
"css-parse": "^2.0.0",
"eslint": "7.9.0",
"mocha": "8.1.3",
"stylus": "0.54.8"
},
"scripts": {
"test": "mocha test",
"posttest": "eslint ."
}
}