-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.52 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.52 KB
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": "ng-emphasis",
"version": "1.1.4",
"description": "An AngularJS directive that puts emphasis on words within a string of text give one or more search terms",
"main": "./dist/ng-emphasis.js",
"author": "Lydon Gray <lydongray@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/lydongray/ng-emphasis",
"scripts": {
"test": "karma start karma.conf.js --single-run"
},
"repository": {
"type": "git",
"url": "https://github.com/lydongray/ng-emphasis.git"
},
"keywords": [
"ngEmphasis",
"ng-emphasis",
"emphasis",
"highlight",
"search",
"list",
"angular",
"angularJS"
],
"devDependencies": {
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"bower": "~1.4.1",
"del": "^2.2.0",
"gulp": "~3.9.0",
"gulp-babel": "^6.1.2",
"gulp-clean": "~0.3.1",
"gulp-concat": "^2.6.0",
"gulp-header": "^1.8.8",
"gulp-jscs": "^3.0.2",
"gulp-jshint": "^2.0.1",
"gulp-json-editor": "^2.2.1",
"gulp-ng-annotate": "^2.0.0",
"gulp-prompt": "^0.2.0",
"gulp-rename": "~1.2.2",
"gulp-uglify": "^1.5.3",
"jasmine-core": "~2.3.4",
"jscs-stylish": "^0.3.1",
"jshint": "^2.9.2",
"jshint-stylish": "^2.2.0",
"karma": "~0.13.22",
"karma-babel-preprocessor": "^6.0.1",
"karma-chrome-launcher": "~0.1.12",
"karma-cli": "~0.0.4",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "~0.3.5",
"karma-mocha-reporter": "^2.0.3",
"run-sequence": "^1.2.1",
"semver": "^5.3.0"
}
}