forked from tabwrangler/tabwrangler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.6 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
{
"name": "tabwrangler",
"private": true,
"version": "5.3.2",
"description": "Automatically closes inactive tabs and makes it easy to get them back",
"main": "app/background.js",
"scripts": {
"build": "gulp",
"coverage": "jest --coverage",
"lint": "eslint .",
"release": "gulp release",
"test": "gulp test",
"watch": "gulp watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tabwrangler/tabwrangler.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/tabwrangler/tabwrangler/issues"
},
"homepage": "https://github.com/tabwrangler/tabwrangler#readme",
"devDependencies": {
"archiver": "^1.3.0",
"babel-core": "^6.24.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^7.0.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"eslint": "^3.13.1",
"eslint-plugin-flowtype": "^2.30.0",
"eslint-plugin-react": "^6.9.0",
"flow-bin": "^0.50.0",
"flow-interfaces-chrome": "^0.3.0",
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.1",
"gulp-jest": "^2.0.0",
"gulp-util": "^3.0.8",
"gulp-watch": "^4.3.11",
"jest-cli": "^20.0.4",
"react-test-renderer": "^15.5.4",
"rimraf": "^2.5.4",
"run-sequence": "^1.2.2",
"webpack": "^2.6.1"
},
"dependencies": {
"classnames": "^2.2.5",
"file-saver": "^1.3.3",
"react": "^15.4.2",
"react-addons-css-transition-group": "^15.4.2",
"react-dom": "^15.4.2",
"react-sticky": "^6.0.1",
"timeago.js": "^2.0.4",
"underscore": "^1.8.3"
}
}