-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (23 loc) · 766 Bytes
/
package.json
File metadata and controls
24 lines (23 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "asm.css",
"version": "0.0.4",
"description": "A simple CSS asm",
"repository": {
"url": "https://github.com/nwmcsween/asm.css",
"type": "git"
},
"author": "Nathan McSween <nwmcsween@gmail.com>",
"license": "MIT",
"dependencies": {
"css-mqpacker": "*",
"cssnano": "*",
"parker": "*",
"postcss-cli": "*",
"postcss-cssnext": "*",
"postcss-easy-import": "*",
"postcss-reporter": "*",
"stylefmt": "*",
"stylelint": "*",
"stylelint-config-standard": "*"
}
}