-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
51 lines (51 loc) · 1.31 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
{
"name": "zendesk-ticket-history",
"version": "1.0.6",
"description": "Displays recent tickets in the ticket sidebar.",
"repository": {
"type": "git",
"url": "https://github.com/zenahirsch/zendesk-ticket-history"
},
"scripts": {
"build": "webpack -p",
"watch": "webpack --watch"
},
"license": "Apache-2.0",
"author": "Zena Hirsch <[email protected]>",
"keywords": [
"zendesk",
"tickets",
"recent"
],
"bugs": {
"url": "https://github.com/zenahirsch/zendesk-ticket-history/issues"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^5.0.0",
"babel-loader": "^6.2.2",
"babel-preset-es2015": "^6.5.0",
"css-loader": "^0.23.1",
"eslint": "~2.2.0",
"eslint-loader": "^1.2.1",
"extract-text-webpack-plugin": "^1.0.1",
"handlebars": "^4.0.5",
"handlebars-loader": "^1.4.0",
"html-webpack-plugin": "^2.22.0",
"jasmine-core": "^2.4.1",
"json-loader": "^0.5.4",
"karma": "^4.0.0",
"karma-chrome-launcher": "^1.0.1",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.1",
"karma-webpack": "^3.0.5",
"loader-utils": "^0.2.15",
"node-sass": "^4.0.0",
"sass-loader": "^3.1.2",
"style-loader": "^0.13.0",
"webpack": "^1.12.13"
},
"dependencies": {
"moment": "^2.17.1"
}
}