This repository was archived by the owner on Aug 8, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 1.92 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 1.92 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
67
68
69
70
71
72
73
74
{
"name": "reftagger",
"version": "0.2.0",
"description": "A reftagger for Arabic Holy Books.",
"author": "Alkotob <alkotob.org>",
"main": "dist/reftagger.js",
"scripts": {
"test": "gulp",
"lint": "gulp lint",
"test-browser": "gulp test-browser",
"watch": "gulp watch",
"build": "gulp build",
"coverage": "gulp coverage",
"server": "python -m SimpleHTTPServer 8000"
},
"repository": {
"type": "git",
"url": "https://github.com/alkotob/reftagger.git"
},
"keywords": [],
"license": "MIT",
"bugs": {
"url": "https://github.com/alkotob/reftagger/issues"
},
"homepage": "https://github.com/alkotob/reftagger",
"devDependencies": {
"babel-core": "6.26.0",
"babel-loader": "7.1.2",
"babel-plugin-lodash": "^3.3.2",
"babel-polyfill": "6.26.0",
"babel-preset-latest": "6.24.1",
"babel-register": "6.26.0",
"chai": "4.1.2",
"del": "3.0.0",
"gh-pages": "^1.1.0",
"glob": "7.1.2",
"graphql-fetch": "^1.0.1",
"gulp": "3.9.1",
"gulp-banner": "^0.1.3",
"gulp-bump": "^3.0.0",
"gulp-eslint": "4.0.0",
"gulp-filter": "^5.0.1",
"gulp-git": "^2.4.2",
"gulp-istanbul": "1.1.2",
"gulp-livereload": "3.8.1",
"gulp-load-plugins": "1.5.0",
"gulp-mocha": "4.3.1",
"gulp-plumber": "1.1.0",
"gulp-rename": "1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "2.6.2",
"gulp-tag-version": "^1.3.0",
"gulp-uglify": "3.0.0",
"isparta": "4.0.0",
"jsdom": "^11.1.0",
"jsdom-global": "^3.0.2",
"json-loader": "0.5.7",
"lodash-webpack-plugin": "^0.11.4",
"lodash.get": "^4.4.2",
"mocha": "4.1.0",
"sinon": "4.1.3",
"sinon-chai": "2.14.0",
"webpack": "3.10.0",
"webpack-stream": "4.0.0"
},
"babelBoilerplateOptions": {
"entryFileName": "reftagger.js",
"mainVarName": "Reftagger"
},
"dependencies": {
"escape-string-regexp": "^1.0.5",
"tippy.js": "^1.1.3"
}
}