forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
57 lines (57 loc) · 1.63 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
{
"author": {
"name": "Rashid Khan",
"company": "Elasticsearch BV"
},
"scripts": {
"test": "grunt test",
"build": "grunt build"
},
"name": "kibana",
"version": "3.1.3",
"repository": {
"type": "git",
"url": "http://github.com/elasticsearch/kibana.git"
},
"devDependencies": {
"expect.js": "~0.2.0",
"glob": "~3.2.8",
"grunt": "~0.4.0",
"grunt-angular-templates": "~0.3.12",
"grunt-contrib": "~0.8.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-coffee": "*",
"grunt-contrib-compass": "*",
"grunt-contrib-compress": "~0.5.2",
"grunt-contrib-concat": "*",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-csslint": "*",
"grunt-contrib-cssmin": "~0.6.1",
"grunt-contrib-handlebars": "*",
"grunt-contrib-htmlmin": "~0.1.3",
"grunt-contrib-imagemin": "*",
"grunt-contrib-jade": "*",
"grunt-contrib-jasmine": "*",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-jst": "*",
"grunt-contrib-less": "~0.7.0",
"grunt-contrib-nodeunit": "*",
"grunt-contrib-qunit": "*",
"grunt-contrib-requirejs": "~0.4.1",
"grunt-contrib-sass": "*",
"grunt-contrib-stylus": "*",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "*",
"grunt-contrib-yuidoc": "*",
"grunt-git-describe": "~2.3.2",
"grunt-ngmin": "0.0.3",
"grunt-s3": "~0.2.0-alpha.2",
"grunt-scratchy": "git://github.com/rashidkpc/grunt-scratchy.git",
"grunt-string-replace": "~0.2.4",
"kat": "~0.2.2",
"load-grunt-tasks": "~0.2.0",
"rjs-build-analysis": "0.0.3"
},
"license": "Apache-2.0"
}