forked from le717/brackets-html-skeleton
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (42 loc) · 928 Bytes
/
package.json
File metadata and controls
43 lines (42 loc) · 928 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
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "le717.html-skeleton",
"version": "1.4.3",
"title": "HTML Skeleton",
"description": "Easily insert a variety of HTML elements into your document.",
"homepage": "https://github.com/le717/brackets-html-skeleton",
"author": "Triangle717 (http://le717.github.io)",
"license": "MIT",
"engines": { "brackets": ">=0.44.0" },
"keywords": [
"HTML",
"html",
"HTML Skeleton",
"code snippets"
],
"categories": [
"snippets",
"codegen"
],
"i18n": [
"en",
"de",
"it",
"tr"
],
"main": "main.js",
"scripts": {
"test": "grunt lint"
},
"repository": {
"type": "git",
"url": "https://github.com/le717/brackets-html-skeleton.git"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-csslint": "^0.3.1",
"grunt-contrib-jshint": "^0.10.0",
"grunt-htmlhint": "^0.4.1",
"grunt-jscs": "^1.2.0",
"matchdep": "^0.3.0"
}
}