-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.16 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
{
"name": "rubyann",
"version": "3.0.3",
"description": "rubyann is a javascript library that converts a custom syntax to ruby annotations eg furigana (returns XHTML text or writes directly into the HTML)",
"main": "dist/rubyann.js",
"types": "dist/rubyann.d.ts",
"scripts": {
"test": "mocha --reporter spec --require ts-node/register 'src/tests/*.ts'",
"release": "gulp release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PandaWood/rubyann.git"
},
"keywords": [
"ruby",
"annotations",
"furigana",
"hiragana",
"kanji"
],
"author": {
"name": "Peter van der Woude",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/PandaWood/rubyann/issues"
},
"homepage": "https://github.com/PandaWood/rubyann#readme",
"devDependencies": {
"@types/chai": "^4.1.4",
"@types/mocha": "^5.2.5",
"chai": "^4.1.2",
"gulp": "^3.9.1",
"gulp-typescript": "^5.0.0-alpha.3",
"gulp-uglify": "^2.0.0",
"mocha": "^5.2.0",
"pump": "^3.0.0",
"ts-node": "^7.0.0",
"tslint": "^5.11.0",
"typescript": "^2.9.2"
},
"dependencies": {}
}