-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.77 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.77 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
{
"name": "patchr",
"title": "patchr",
"version": "0.1.0",
"description": "An event and Promise based JavaScript parser and render (to HTML) for unified diff files.",
"main": "dist/js/patchr.min.js",
"author": {
"name": "Mark Carver",
"url": "https://www.drupal.org/u/markcarver"
},
"repository": {
"type": "git",
"url": "git@github.com:unicorn-fail/patchr.git"
},
"bugs": "https://github.com/unicorn-fail/patchr/issues",
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/unicorn-fail/patchr/blob/latest/LICENSE-MIT"
}
],
"keywords": [
"drupal",
"drupal.org",
"dreditor",
"patch",
"diff",
"unified",
"unidiff",
"git",
"html"
],
"devDependencies": {
"array-uniq": "^1.0.3",
"babel-eslint": "^7.2.3",
"babel-preset-es2015-without-strict": "0.0.4",
"babelify": "^7.3.0",
"eslint": "^3.5.0",
"extend": "^3.0.0",
"grunt": "^1.0.1",
"grunt-autoprefixer": "^3.0.4",
"grunt-babel": "^6.0.0",
"grunt-babel-helpers": "^1.0.0",
"grunt-browserify": "^5.0.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-compress": "^1.4.1",
"grunt-contrib-cssmin": "^2.1.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^19.0.0",
"grunt-remove-usestrict": "^0.1.1",
"grunt-sass": "^2.0.0",
"html-parse-stringify2": "^2.0.0",
"indexof": "0.0.1",
"is-function": "^1.0.1",
"is-plain-object": "^2.0.1",
"isobject": "^3.0.0",
"load-grunt-tasks": "^3.5.2",
"node-jquery-deparam": "0.0.3",
"node-qs-serialization": "0.0.2",
"promise": "^7.1.1",
"setimmediate": "^1.0.5",
"url-regex": "^3.2.0"
},
"dependencies": {
"is-undefined": "^1.0.5"
}
}