-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 1.08 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
{
"name": "angular-help-block-directive",
"version": "0.0.5",
"description": "A directive that will help you display your help blocks inline. Read more about it on https://ngmilk.rocks/2015/09/15/angular-directive-for-collapsible-help-blocks-ng-help-block/",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ng-milk/angular-help-block-directive.git"
},
"keywords": [
"angular",
"angularjs",
"directive",
"help",
"block"
],
"author": "Dan Mindru <[email protected]> (http://mindrudan.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ng-milk/angular-help-block-directive/issues"
},
"homepage": "https://github.com/ng-milk/angular-help-block-directive#readme",
"devDependencies": {
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.1",
"gulp-eslint": "^1.1.1",
"gulp-minify-css": "^1.2.1",
"gulp-rename": "^1.2.2",
"gulp-sync": "^0.1.4",
"gulp-uglify": "^1.5.1"
}
}