-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
50 lines (50 loc) · 1.3 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
46
47
48
49
50
{
"name": "jQuery-Merge-for-php-diff",
"compactname": "jquery.phpdiffmerge",
"version": "0.3.2",
"description": "A jQuery plugin for handling the conflicts between two documents.",
"main": "jquery.phpdiffmerge.js",
"directories": {
"example": "example",
"test": "tests"
},
"scripts": {
"install": "cd example && composer install",
"test": "./node_modules/grunt-cli/bin/grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/DigiLive/jQuery-Merge-for-php-diff"
},
"keywords": [
"merge",
"conflicts",
"phpdiff",
"jquery"
],
"author": "Hannes Diercks <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/DigiLive/jQuery-Merge-for-php-diff/issues"
},
"devDependencies": {
"coffeescript": "^2.6.1",
"grunt": "~1.4.1",
"grunt-bump": "0.8.0",
"grunt-cli": "~1.4.3",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-cssmin": "~0.9.0",
"grunt-contrib-less": "~0.11.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-karma": "~4.0.2",
"karma": "~6.3.16",
"karma-cli": "^2.0.0",
"karma-coffee-preprocessor": "^1.0.1",
"karma-jasmine": "~4.0.1",
"karma-phantomjs-launcher": "~1.0.4",
"load-grunt-tasks": "~0.4.0"
},
"dependencies": {
"jQuery": "^1.7.4"
}
}