-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 920 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
{
"name": "tik-attributed-text",
"version": "4.0.8",
"description": "Encodes and decodes TikApi::v5 text attributes to HTML",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha",
"testdbg": "mocha --debug-brk",
"lint": "jshint **.js **/*.js",
"coverage": "istanbul cover node_modules/.bin/_mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tickaroo/tik-attributed-text.git"
},
"keywords": [
"tikapi",
"attributes",
"html"
],
"devDependencies": {
"chai": "^3.5.0",
"codecov.io": "^0.1.6",
"istanbul": "^0.4.2",
"jsdom": "^8.1.0",
"jshint": "^2.9.1",
"mocha": "^2.4.5",
"should": "^8.2.2"
},
"author": "Tickaroo",
"license": "MIT",
"bugs": {
"url": "https://github.com/Tickaroo/tik-attributed-text/issues"
},
"homepage": "https://github.com/Tickaroo/tik-attributed-text#readme"
}