forked from mbenford/ngTagsInput
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
72 lines (72 loc) · 2.04 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"author": {
"name": "Michael Benford",
"email": "[email protected]"
},
"name": "ng-tags-input",
"prettyName": "ngTagsInput",
"version": "3.2.0",
"description": "Tags input directive for AngularJS",
"license": "MIT",
"homepage": "http://mbenford.github.io/ngTagsInput",
"repository": {
"type": "git",
"url": "https://github.com/mbenford/ngTagsInput.git"
},
"bugs": {
"url": "https://github.com/mbenford/ngTagsInput/issues"
},
"keywords": [
"angular",
"tags",
"tags-input"
],
"scripts": {
"test": "grunt test",
"travis": "grunt travis"
},
"main": "build/ng-tags-input.min.js",
"dependencies": {},
"devDependencies": {
"babel-plugin-angularjs-annotate": "0.7.0",
"babel-plugin-external-helpers": "6.22.0",
"babel-preset-es2015": "6.24.1",
"dgeni": "0.4.7",
"dgeni-packages": "0.17.1",
"glob": "7.1.1",
"grunt": "1.0.1",
"grunt-angular-templates": "1.1.0",
"grunt-bump": "0.8.0",
"grunt-contrib-clean": "1.1.0",
"grunt-contrib-compress": "1.4.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "2.1.0",
"grunt-contrib-sass": "1.0.0",
"grunt-contrib-uglify": "2.3.0",
"grunt-conventional-changelog": "6.1.0",
"grunt-eslint": "19.0.0",
"grunt-karma": "2.0.0",
"grunt-karma-coveralls": "2.5.4",
"grunt-open": "0.2.3",
"grunt-rollup": "1.0.1",
"grunt-shell": "2.1.0",
"grunt-text-replace": "0.4.0",
"jasmine-core": "2.5.2",
"karma": "1.6.0",
"karma-babel-preprocessor": "6.0.1",
"karma-chrome-launcher": "2.0.0",
"karma-coverage": "1.1.1",
"karma-firefox-launcher": "1.0.1",
"karma-jasmine": "1.1.0",
"karma-mocha-reporter": "2.2.3",
"karma-ng-html2js-preprocessor": "1.0.0",
"karma-opera-launcher": "1.0.0",
"karma-phantomjs-launcher": "1.0.0",
"karma-sauce-launcher": "1.1.0",
"load-grunt-tasks": "3.5.2",
"phantomjs-prebuilt": "2.1.7",
"remap-istanbul": "^0.9.5",
"rollup-plugin-babel": "2.7.1",
"rollup-plugin-includepaths": "0.2.2"
}
}