This repository has been archived by the owner on Apr 15, 2021. It is now read-only.
forked from tsuru/tsuru-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.48 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
63
{
"name": "tsuru-dashboard",
"version": "1.0.0",
"description": "Web dashboard for tsuru PaaS",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"babel": "^6.5.2",
"babel-jest": "^14.1.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"babelify": "^7.3.0",
"backstage-dropdown": "^0.2.1",
"backstage-modal": "^0.1.0",
"backstage-switch-button": "^0.2.0",
"browserify": "^13.1.0",
"enzyme": "^2.4.1",
"fakexmlhttprequest": "0.0.1",
"fuzzy": "^0.1.1",
"jest": "^14.1.0",
"jest-cli": "^14.1.0",
"jquery": "^3.1.0",
"oboe": "^2.1.2",
"react": "^15.3.1",
"react-addons-pure-render-mixin": "^15.3.1",
"react-addons-test-utils": "^15.3.1",
"react-dom": "^15.3.1",
"reactify": "^1.1.1"
},
"scripts": {
"test": "jest --silent"
},
"jest": {
"automock": false,
"collectCoverage": true,
"scriptPreprocessor": "<rootDir>/node_modules/babel-jest",
"testFileExtensions": [
"js",
"jsx"
],
"moduleFileExtensions": [
"js",
"jsx",
"json"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/tsuru/tsuru-dashboard.git"
},
"keywords": [
"dashboard",
"tsuru",
"paas"
],
"author": "tsuru",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/tsuru/tsuru-dashboard/issues"
},
"homepage": "https://github.com/tsuru/tsuru-dashboard#readme"
}