forked from helior/react-highlighter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1017 Bytes
/
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
{
"name": "react-highlighter",
"version": "0.2.1",
"description": "Highlight select fragments of texts",
"main": "lib/highlighter.js",
"peerDependencies": {
"react": ">= 0.12.0 || 0.14.0-beta3"
},
"scripts": {
"test": "./node_modules/.bin/mocha",
"coverage": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- -R spec",
"dist": "./node_modules/.bin/webpack"
},
"jest": {
"unmockedModulePathPatterns": [
"<rootDir>/node_modules/react"
]
},
"repository": {
"type": "git",
"url": "https://github.com/helior/react-highlighter"
},
"keywords": [
"react-component",
"react",
"highlight"
],
"author": "Helior Colorado",
"license": "MIT",
"bugs": {
"url": "https://github.com/helior/react-highlighter/issues"
},
"homepage": "https://github.com/helior/react-highlighter",
"devDependencies": {
"chai": "^2.1.2",
"istanbul": "^0.3.13",
"jsdom": "^3.1.2",
"mocha": "^2.2.1",
"webpack": "^1.7.3"
}
}