-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
44 lines (44 loc) · 1.17 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
{
"name": "un-calendar",
"main": "dist/globals/un-calendar.js",
"ember-addon": {
"main": "ember-addon/index.js"
},
"version": "0.2.3",
"description": "A calendar component for Ember with a speedy month view",
"author": "Carsten Nielsen <[email protected]>, Mattia Gheda <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/heycarsten/ember-ui-calendar",
"devDependencies": {
"testem": "^0.6.9",
"broccoli": "^0.12.3",
"broccoli-dist-es6-module": "git+https://github.com/ghedamat/broccoli-dist-es6-module#mattia/use-main-name-for-all-builds",
"broccoli-ember-hbs-template-compiler": "^1.6.2",
"broccoli-static-compiler": "0.1.4",
"broccoli-autoprefixer": "^1.1.0",
"broccoli-merge-trees": "^0.1.4"
},
"dependencies": {},
"scripts": {
"test": "./node_modules/.bin/testem ci"
},
"repository": {
"type": "git",
"url": "https://github.com/unspace/un-calendar.git"
},
"keywords": [
"ember",
"component",
"calendar",
"month",
"view",
"day",
"picker",
"select",
"chooser",
"ember-addon"
],
"bugs": {
"url": "https://github.com/unspace/un-calendar/issues"
}
}