forked from zendesk/QuickTab
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
44 lines (44 loc) · 1.18 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
{
"name": "QuickTab",
"version": "0.12.0",
"description": "Well behaved ticket tabs for Zendesk agents",
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/shonin/QuickTab.git"
},
"author": "Zendesk",
"license": "ISC",
"bugs": {
"url": "https://github.com/shonin/QuickTab/issues"
},
"homepage": "https://github.com/shonin/QuickTab",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-bump": "^0.3.0",
"grunt-changelog": "^0.3.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-handlebars": "^0.9.3",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "^0.8.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-webpack": "^1.0.8",
"install": "^0.1.8",
"json-loader": "^0.5.1",
"load-grunt-tasks": "^3.1.0",
"node-libs-browser": "^0.5.0",
"npm": "^2.9.1",
"webpack": "^1.9.4",
"webpack-dev-server": "^1.8.2"
},
"dependencies": {
"clean": "^4.0.1"
}
}