-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 1.99 KB
/
Copy pathpackage.json
File metadata and controls
80 lines (80 loc) · 1.99 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
75
76
77
78
79
80
{
"name": "patchr-ui",
"title": "Patchr UI",
"version": "0.1.0",
"description": "A web-based UI for unicorn-fail/patchr.",
"main": "dist/js/patchr-ui.min.js",
"author": {
"name": "Mark Carver",
"url": "https://www.drupal.org/u/markcarver"
},
"maintainers": [
{
"name": "Mark Carver",
"url": "https://www.drupal.org/u/markcarver"
}
],
"repository": {
"type": "git",
"url": "git@github.com:unicorn-fail/patchr-ui.git"
},
"bugs": "https://github.com/unicorn-fail/patchr-ui/issues",
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/unicorn-fail/patchr-ui/blob/latest/LICENSE-MIT"
}
],
"keywords": [
"drupal",
"drupal.org",
"dreditor",
"patch",
"diff",
"unified",
"unidiff",
"git",
"html"
],
"browserify-shim": {
"any-promise": "global:Promise",
"document": "global:window.document",
"jquery": "global:jQuery",
"navigator": "global:navigator",
"patchr": "global:Patchr",
"prismjs": "global:Prism"
},
"devDependencies": {
"any-promise": "^1.3.0",
"babel-eslint": "^8.0.0",
"babel-preset-es2015-without-strict": "0.0.4",
"babelify": "^7.3.0",
"browserify-shim": "^3.8.14",
"css-vendor": "^0.3.8",
"domready": "^1.0.8",
"grunt": "^1.0.1",
"grunt-autoprefixer": "^3.0.4",
"grunt-babel-helpers": "^1.0.0",
"grunt-browserify": "^5.2.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-compress": "^1.4.1",
"grunt-contrib-cssmin": "^2.1.0",
"grunt-contrib-uglify": "^3.1.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^20.1.0",
"grunt-remove-usestrict": "^0.1.1",
"grunt-sass": "^2.0.0",
"hamsterjs": "^1.1.2",
"install": "^0.10.1",
"jquery": "^3.2.1",
"load-grunt-tasks": "^3.5.2",
"navigator": "^1.0.1",
"navigo": "^5.3.1",
"npm": "^5.4.1",
"patchr": "../patchr",
"prismjs": "^1.7.0",
"raf": "^3.3.2",
"transitionend-property": "0.0.2"
}
}