-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
122 lines (122 loc) · 2.97 KB
/
package.json
File metadata and controls
122 lines (122 loc) · 2.97 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"_from": "mozaik-ext-jira-intercloud",
"_id": "mozaik-ext-jira-intercloud@0.1.0",
"_inBundle": false,
"_integrity": "sha512-J8EbV+h5MxP0bMmq9fuggTJrOw5Ofohd9ohY92a+m1M2C59jUDPw2GOJP6XiKV/8WTRk0gX0iD2X/orpWAU3WQ==",
"_location": "/mozaik-ext-jira-intercloud",
"_phantomChildren": {
"eventemitter3": "1.2.0",
"jsonlint": "1.6.0",
"optimist": "0.6.1",
"reflux-core": "0.3.0"
},
"_requested": {
"type": "tag",
"registry": true,
"raw": "mozaik-ext-jira-intercloud",
"name": "mozaik-ext-jira-intercloud",
"escapedName": "mozaik-ext-jira-intercloud",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_shasum": "e713b59470ed58cee20b996b6b87f524163c871c",
"_spec": "mozaik-ext-jira-intercloud",
"_where": "C:\\Users\\TEDESCO\\Desktop\\Mozaik",
"author": {
"name": "Callum Brankin",
"url": "https://github.com/"
},
"ava": {
"files": [
"test/**/*.test.js"
],
"tap": false,
"require": [
"babel-register"
],
"babel": "inherit"
},
"browserify": {
"transform": [
"babelify"
]
},
"bundleDependencies": false,
"dependencies": {
"axios": "^0.16.2",
"babel-preset-es2015": "6.6.0",
"babel-preset-react": "6.5.0",
"bluebird": "3.3.4",
"convict": "^0.6.1",
"jsonpath": "0.2.6",
"memory-cache": "0.0.5",
"mozaik-ext-jira-rest-api": "^0.1.4",
"react-google-charts": "1.5.5",
"react-json-table": "0.1.1",
"react-mixin": "3.0.4",
"reflux": "0.4.0",
"superagent": "1.8.3",
"superagent-bluebird-promise": "3.0.0"
},
"deprecated": false,
"description": "A mozaik widget that displays various information from bitbucket",
"devDependencies": {
"ava": "0.15.2",
"babel-eslint": "5.0.0",
"babel-register": "6.7.2",
"coveralls": "2.11.9",
"enzyme": "2.2.0",
"eslint": "2.7.0",
"eslint-plugin-react": "4.3.0",
"mockery": "1.5.1",
"moxios": "^0.4.0",
"nock": "8.0.0",
"nyc": "6.4.0",
"react": "^0.13.3",
"sinon": "1.17.3",
"tap-mocha-reporter": "^3.0.6"
},
"engines": {
"node": ">=0.12.x",
"npm": ">=3.0.0"
},
"homepage": "https://github.com",
"keywords": [
"json",
"rate",
"current",
"widget",
"extension",
"dashboard"
],
"license": "MIT",
"main": "./src/components/index.js",
"name": "mozaik-ext-jira-intercloud",
"nyc": {
"extension": [
".jsx"
]
},
"peerDependencies": {
"mozaik": ">=1.1.0",
"react": "^0.13.3"
},
"repository": {
"type": "git",
"url": "git://github.com/"
},
"scripts": {
"bamboo": "ava --tap | tap-mocha-reporter xunit > bamboo-test-results.xml",
"cover-report": "nyc report --reporter=lcov && open coverage/lcov-report/index.html",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"eslint": "eslint --ext .js --ext .jsx ./src/** ./test/**",
"test": "ava",
"test-cover": "nyc ava"
},
"version": "0.1.0"
}