-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.68 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.68 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
58
59
60
61
62
63
64
65
66
{
"name": "@lupine-software/scrolliris-readability-tracker",
"version": "0.0.7",
"description": "Text Readability Tracker by Scrolliris (Code Name: Stäfa)",
"scripts": {
"test": "karma start || cat coverage/text-summary.txt"
},
"repository": {
"type": "git",
"url": "gitlab.com:scrolliris/staefa"
},
"bugs": {
"url": "https://gitlab.com/scrolliris/staefa/issues"
},
"homepage": "https://gitlab.com/scrolliris/staefa",
"author": "Lupine Software LLC",
"maintainers": [
"Yasuhiro Asaka <yasuhiro.asaka@grauwoelfchen.net> (https://grauwoelfchen.net)"
],
"keywords": [
"dom",
"html",
"browser"
],
"license": "GPL-3.0",
"browser": "./src/browser.js",
"devDependencies": {
"fs": "0.0.1-security",
"glob": "7.1.2",
"npm": "5.2.0",
"through2": "2.0.3",
"babel-plugin-istanbul": "4.1.4",
"babel-preset-es2015": "6.24.1",
"babelify": "7.3.0",
"browserify": "^14.1.0",
"browserify-istanbul": "2.0.0",
"eslint": "4.7.0",
"gulp": "3.9.1",
"gulp-clean": "0.3.2",
"gulp-env": "0.4.0",
"gulp-rename": "1.2.2",
"gulp-sourcemaps": "2.6.1",
"gulp-tape": "0.0.9",
"gulp-uglify": "3.0.0",
"gulp-util": "3.0.8",
"istanbul": "0.4.5",
"karma": "1.7.1",
"karma-browserify": "5.1.1",
"karma-coverage": "1.1.1",
"karma-phantomjs-launcher": "1.0.4",
"karma-tape": "0.0.1",
"pump": "1.0.2",
"run-sequence": "^2.1.0",
"tap": "10.7.2",
"tap-colorize": "1.2.0",
"tape": "4.8.0",
"tape-run": "3.0.0",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "1.1.0",
"watchify": "3.9.0"
},
"directories": {
"example": "example",
"test": "test"
}
}