-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
48 lines (42 loc) · 1.1 KB
/
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
46
47
48
{
"name": "zaggino.brackets-snippets",
"title": "Brackets Snippets (by zaggino)",
"description": "Snippets extension for Brackets",
"keywords": ["snippets"],
"version": "0.6.2",
"license": "MIT",
"homepage": "https://github.com/zaggino/brackets-snippets",
"author": {
"name": "Martin Zagora",
"email": "zaggino@gmail.com",
"url": "https://github.com/zaggino"
},
"repository": {
"type": "git",
"url": "https://github.com/zaggino/brackets-snippets.git"
},
"bugs": {
"url": "https://github.com/zaggino/brackets-snippets/issues",
"email": "zaggino@gmail.com"
},
"engines": {
"brackets": ">=0.44.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
},
"devDependencies": {
"grunt": "latest",
"grunt-contrib-jshint": "latest",
"grunt-jslint": "latest",
"grunt-lesslint": "latest",
"grunt-jscs": "latest",
"grunt-zip": "latest",
"grunt-lineending": "latest"
},
"i18n": ["en"],
"package-i18n": {
}
}