-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
46 lines (46 loc) · 1 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
{
"name": "mozaik-ext-jira",
"version": "0.0.1",
"description": "Mozaik jira widgets",
"repository": {
"type": "git",
"url": "git://github.com/backjo/mozaik-ext-jira"
},
"license": "MIT",
"author": {
"name": "Jonah Back",
"url": "https://github.com/backjo"
},
"engines": {
"node": "0.12.x"
},
"homepage": "https://github.com/backjo/mozaik-ext-jira",
"main": "./src/components/index.js",
"dependencies": {
"babelify": "^6.1.3",
"chalk": "^0.5.1",
"convict": "^0.6.1",
"c3": "^0.4.10",
"d3": "^3.5.5",
"jquery": "^2.1.3",
"lodash": "^3.2.0",
"moment": "^2.10.3",
"moment-duration-format": "^1.3.0",
"react": "^0.13.3",
"react-mixin": "^1.7.0",
"reflux": "^0.2.11",
"superagent-bluebird-promise": "^0.6.0",
"react-classset": "0.0.2",
"string-format": "^0.5.0"
},
"devDependencies": {},
"peerDependencies": {
"mozaik": "1.x"
},
"scripts": {},
"browserify": {
"transform": [
"babelify"
]
}
}