forked from julkue/mark.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.41 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
{
"name": "mark.js",
"version": "6.1.0",
"keywords": [
"mark.js",
"markjs",
"mark",
"jquery.mark",
"jmHighlight",
"highlight",
"search",
"jquery",
"javascript",
"text",
"keyword"
],
"license": "MIT",
"homepage": "https://markjs.io/",
"author": {
"name": "Julian Motz",
"url": "https://github.com/julmot"
},
"description": "Highlight keywords using JavaScript. Intended for every use case. Can e.g. be used to mark text in search results.",
"main": "dist/mark.js",
"repository": "julmot/mark.js",
"bugs": {
"url": "https://github.com/julmot/mark.js/issues"
},
"scripts": {
"test": "echo \"Error: Use Grunt tasks\" && exit 1"
},
"devDependencies": {
"babel-plugin-transform-object-assign": "^6.5.0",
"babel-preset-es2015": "^6.6.0",
"grunt": "^1.0.0",
"grunt-babel": "^6.0.0",
"grunt-banner": "^0.6.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-uglify": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-jsdoc": "^2.0.0",
"grunt-karma": "^1.0.0",
"jasmine-core": "^2.4.1",
"jit-grunt": "^0.10.0",
"karma": "^0.13.22",
"karma-coverage": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-jasmine-jquery": "^0.1.1",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sauce-launcher": "^1.0.0",
"karma-spec-reporter": "^0.0.26",
"phantomjs-prebuilt": "^2.1.5"
},
"private": true
}