This repository has been archived by the owner on Feb 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
57 lines (57 loc) · 1.49 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
49
50
51
52
53
54
55
56
57
{
"name": "angular-chips",
"version": "1.0.11",
"description": "Angular-Chips is the angular based component. You can use it to add dynamic chips or free form tags. check samples directory for more information.",
"author": "Mohammed Basheer",
"license": "MIT",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-connect": "^2.3.1",
"gulp-connect-multi": "^1.0.8",
"gulp-html2js": "^0.3.1",
"gulp-karma": "0.0.5",
"gulp-livereload": "^3.8.1",
"gulp-ng-annotate": "^2.0.0",
"gulp-open": "^1.0.0",
"gulp-sass": "^2.2.0",
"gulp-uglify": "^1.5.3",
"jasmine-core": "^2.4.1",
"karma": "^0.13.21",
"karma-coverage": "^0.5.4",
"karma-jasmine": "^0.3.7",
"karma-phantomjs-launcher": "^1.0.0",
"run-sequence": "^1.1.5",
"st": "^1.1.0"
},
"main": "gulpfile.js",
"directories": {
"test": "test"
},
"keywords": [
"angular",
"chips",
"multiselect",
"single select",
"chip with promise",
"chips with promise",
"tags",
"inline tagging",
"inline tag",
"free form tags",
"promise based tags",
"promise based chip"
],
"dependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mohbasheer/angular-chips.git"
},
"bugs": {
"url": "https://github.com/mohbasheer/angular-chips/issues"
},
"homepage": "https://github.com/mohbasheer/angular-chips#readme"
}