-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
56 lines (56 loc) · 1.24 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
51
52
53
54
55
56
{
"name": "grunt-symdiff",
"description": "Grunt plugin for symdiff",
"version": "0.0.6",
"homepage": "https://github.com/symdiff/grunt-symdiff",
"author": {
"name": "Nikolaus Piccolotto",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/symdiff/grunt-symdiff.git"
},
"bugs": {
"url": "https://github.com/symdiff/grunt-symdiff/issues"
},
"licenses": [
{
"type": "Apache",
"url": "https://github.com/symdiff/grunt-symdiff/blob/master/LICENSE-Apache"
},
{
"type": "2.0",
"url": "https://github.com/symdiff/grunt-symdiff/blob/master/LICENSE-2.0"
}
],
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "mocha && grunt"
},
"devDependencies": {
"chai": "2.3.0",
"coveralls": "^2.11.2",
"grunt": "~0.4.5",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-jshint": "^0.9.2",
"grunt-jscs": "^1.8.0",
"istanbul": "^0.3.14",
"mocha": "2.2.4",
"symdiff-css": "0.0.3",
"symdiff-html": "0.0.2"
},
"peerDependencies": {
"grunt": "~0.4.5"
},
"keywords": [
"gruntplugin"
],
"dependencies": {
"lodash": "3.8.0",
"log-symbols": "1.0.2",
"symdiff": "0.0.2"
}
}