forked from coliff/Brackets-HTML5CodeHints
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
16 lines (16 loc) · 672 Bytes
/
package.json
File metadata and controls
16 lines (16 loc) · 672 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"title": "AngularJS Code Hints",
"name": "brackets-angularjs-codehints",
"description": "Extend Brackets HTML code hints and collif's Brackets-HTML5CodeHints with AngularJS elements like ng-include, ng-view and attributes such as ng-class, ng-controller, ng-app",
"version": "0.0.3",
"keywords":["angular","angularjs","autocomplete","html5","html", "template"],
"author": "Sirajuddin Choudhary",
"homepage": "https://github.com/sirajc/Brackets-AngularJS-CodeHints/",
"repository": {
"type": "git",
"url": "git@github.com:sirajc/Brackets-AngularJS-CodeHints.git"
},
"engines": {
"brackets": ">=1.1"
}
}