-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
36 lines (36 loc) · 846 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
31
32
33
34
35
36
{
"name": "angular-tag",
"version": "3.0.0",
"description": "Angular Tagging, to tag inputs",
"main": "angular-tag.js",
"scripts": {
"test": true
},
"repository": {
"type": "git",
"url": "git+https://github.com/theo4u/angular-tag.git"
},
"keywords": [
"tag",
"tagging",
"angular",
"material"
],
"author": "Theophilus Omoregbee <[email protected]>",
"license": "ISC",
"devDependencies": {
"del": "^2.2.1",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-angular-templatecache": "^2.0.0",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.2",
"gulp-jsclosure": "0.0.1",
"gulp-minify-html": "^1.0.6",
"gulp-ng-annotate": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.4",
"gulp-util": "^3.0.7",
"gulp-webserver": "^0.9.1"
},
"dependencies": {}
}