This repository has been archived by the owner on Jan 18, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 156
/
package.json
70 lines (70 loc) · 1.62 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "jquery-jsonview",
"version": "1.2.3",
"description": "jQuery plugin for display pretty JSON.",
"main": "dist/jquery.jsonview.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/yesmeck/jquery-jsonview.git"
},
"keywords": [
"json"
],
"author": "Meck <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/yesmeck/jquery-jsonview/issues"
},
"homepage": "https://github.com/yesmeck/jquery-jsonview",
"devDependencies": {
"coffee-script": "^1.7.1",
"gulp": "^3.8.11",
"gulp-coffee": "^1.4.1",
"gulp-concat": "^2.2.0",
"gulp-cssmin": "^0.1.7",
"gulp-mocha": "^0.4.1",
"gulp-preprocess": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-rimraf": "^0.2.0",
"gulp-ruby-sass": "^0.4.0",
"gulp-uglify": "^1.5.2",
"gulp-util": "^2.2.14",
"mocha": "^1.18.2"
},
"jqueryJSON": {
"title": "jQuery JSONView",
"author": {
"name": "Meck",
"url": "http://yesmeck.com"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jquery/jquery-color/blob/2.1.2/MIT-LICENSE.txt"
}
],
"docs": "https://github.com/yesmeck/jquery-jsonview#readme",
"demo": "http://blog.yesmeck.com/jquery-jsonview/",
"dependencies": {
"jquery": "*"
}
},
"bowerJSON": {
"authors": [
"Meck <[email protected]>"
],
"ignore": [
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "*"
}
},
"dependencies": {}
}