-
Notifications
You must be signed in to change notification settings - Fork 42
/
package.json
62 lines (62 loc) · 2.14 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
{
"name" : "appinspector",
"description" : "Google Chrome™ Dev Tools extension for debugging Sencha™ applications.",
"version" : "2.0.0",
"private" : true,
"contributors" : [
{
"name" : "Bruno Tavares (Creator)",
"url" : "https://github.com/brunotavares"
},
{
"name" : "Arthur Kay",
"url" : "https://github.com/arthurakay"
},
{
"name" : "Stefan Stölzle",
"url" : "https://github.com/stoe"
},
{
"name" : "KAWANO Shinobu",
"url" : "https://github.com/kawanoshinobu"
},
{
"name" : "Mitchell Simoens",
"url" : "https://github.com/mitchellsimoens"
}
],
"repository" : {
"type" : "git",
"url" : "https://github.com/senchalabs/AppInspector.git"
},
"dependencies" : {},
"devDependencies" : {
"chalk" : "~0.4.0",
"grunt" : "~0.4.2",
"grunt-chrome-manifest" : "~0.2.0",
"grunt-contrib-clean" : "~0.5.0",
"grunt-contrib-compress" : "~0.7.0",
"grunt-contrib-connect" : "~0.7.1",
"grunt-contrib-copy" : "~0.5.0",
"grunt-contrib-imagemin" : "~0.2.0",
"grunt-contrib-jshint" : "~0.8.0",
"grunt-contrib-watch" : "~0.5.3",
"grunt-exec" : "~0.4.5",
"grunt-file-blocks" : "~0.2.2",
"grunt-githooks" : "~0.3.1",
"grunt-jsduck" : "~1.0.0",
"grunt-templated-changelog" : "~0.1.3",
"jshint-stylish" : "~0.1.5",
"lintroller" : "~2.3.5-b",
"load-grunt-config" : "~0.7.1",
"load-grunt-tasks" : "~0.4.0",
"lodash" : "~2.4.1",
"time-grunt" : "~0.2.9"
},
"optionalDependencies" : {
"lintroller" : "~2.3.5-b"
},
"engines" : {
"node" : ">=0.8.0"
}
}