-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 795 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 795 Bytes
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
{
"name": "ember-bootstrap-switch",
"description": "An ember-cli addon to import bootstrap-switch and provide an Ember component.",
"version": "1.13.4",
"license": "MIT",
"author": "Ryan <panman82@gmail.com>",
"homepage": "https://github.com/Panman8201/ember-bootstrap-switch",
"repository": {
"type": "git",
"url": "https://github.com/Panman8201/ember-bootstrap-switch.git"
},
"bugs": {
"url": "https://github.com/Panman8201/ember-bootstrap-switch/issues"
},
"keywords": [
"ember-addon",
"ember-cli",
"ember",
"bootstrap-switch",
"bootstrap",
"switch",
"toggle",
"checkbox",
"radio"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"ember-cli-babel": "^5.1.5"
}
}