-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
30 lines (30 loc) · 767 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
{
"name": "css-comments-sublime-snippets",
"version": "0.2.0",
"description": "CSS comments snippets for Sublime Text",
"homepage": "https://github.com/brenopolanski/css-comments-sublime-snippets",
"repository": {
"type": "git",
"url": "https://github.com/brenopolanski/css-comments-sublime-snippets"
},
"keywords": [
"css",
"comments",
"sublime",
"snippets"
],
"author": {
"name": "Breno Polanski",
"email": "[email protected]",
"web": "http://brenopolanski.com",
"twitter": "brenopolanski"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/brenopolanski/css-comments-sublime-snippets/issues"
},
"devDependencies": {
"grunt": "~0.4.4",
"grunt-lintspaces": "~0.5.1"
}
}