-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
45 lines (45 loc) · 898 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
40
41
42
43
44
45
{
"name": "cssbeautify-cli",
"description": "CLI for cssbeautify",
"version": "0.5.3",
"author": {
"name": "Igor Shevchenko",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/Saunalol/cssbeautify-cli.git"
},
"bugs": {
"url": "https://github.com/Saunalol/cssbeautify-cli/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/Saunalol/cssbeautify-cli/blob/master/LICENCE"
}
],
"bin": "bin/cssbeautify-cli",
"scripts": {
"test": "ava test/*.js",
"lint": "eslint ."
},
"engines": {
"node": ">=0.10.0"
},
"keywords": [
"cssbeautify",
"css",
"formatter",
"cli"
],
"dependencies": {
"concat-stream": "2.0.0",
"cssbeautify": "0.3.1",
"glob": "7.1.4",
"optimist": "0.6.1"
},
"devDependencies": {
"ava": "^2.2.0"
}
}