This repository was archived by the owner on Apr 7, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathpackage.json
58 lines (58 loc) · 1.46 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
{
"name": "angular-ui-mention",
"version": "0.0.10",
"description": "Facebook-like @mentions for text inputs built around composability",
"main": "dist/mention.js",
"scripts": {
"gulp": "gulp",
"test": "gulp karma"
},
"repository": {
"type": "git",
"url": "git+https://github.com/angular-ui/ui-mention.git"
},
"keywords": [
"angular",
"angularjs",
"angular.js",
"angularui",
"angular-ui",
"mention",
"mentions",
"autocomplete"
],
"author": "AngularUI Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/angular-ui/ui-mention/issues"
},
"homepage": "https://github.com/angular-ui/ui-mention#readme",
"dependencies": {},
"devDependencies": {
"angular": "1.3.20",
"angular-mocks": "1.3.20",
"chai": "^4.2.0",
"gulp": "^4.0.0",
"gulp-angular-filesort": "^1.2.1",
"gulp-babel": "^5.1.0",
"gulp-concat": "^2.6.0",
"gulp-ext-replace": "^0.2.0",
"gulp-load-plugins": "^1.5.0",
"gulp-ng-annotate": "^2.1.0",
"gulp-sass": "^4.0",
"gulp-sequence": "^0.4.0",
"gulp-sourcemaps": "^1.12.1",
"gulp-uglify": "^1.2.0",
"karma": "^3.1.1",
"karma-babel-preprocessor": "^5.2.1",
"karma-chai": "^0.1.0",
"karma-chai-sinon": "^0.1.5",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"mocha": "^5.2.0",
"phantomjs": "^2.1.1",
"phantomjs-polyfill": "0.0.2",
"sinon": "^7.1.1",
"sinon-chai": "^2.14.0"
}
}