-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 899 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 899 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
{
"name": "csshat-language-css",
"version": "3.0.0",
"description": "CSS language",
"main": "main",
"homepage": "https://github.com/csshat/language-css",
"repository": {
"type": "git",
"url": "https://github.com/csshat/language-css"
},
"bugs": {
"url": "https://github.com/csshat/language-css/issues"
},
"author": "Tomas Hanacek <tomashanacek@abdoc.net> (https://github.com/tomashanacek)",
"contributors": [
"Marek Hrabe <marekhrabe@abdoc.net> (https://github.com/marekhrabe)",
"Petr Brzek <petrbrzek@abdoc.net> (https://github.com/petrbrzek)",
"Patrik Holcak <patrikholcak@abdoc.net> (https://github.com/patrikholcak)"
],
"license": "MIT",
"dependencies": {
"autoprefixer-core": "^4.0.2",
"octopus-helpers": "^1.5.0"
},
"devDependencies": {
"coffee-script": "^1.10.0"
},
"scripts": {
"prepublish": "coffee -o ./ ./"
}
}