forked from Panman82/ember-bootstrap-switch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 750 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 750 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
{
"name": "ember-bootstrap-switch",
"description": "An ember-cli addon to import bootstrap-switch and provide an Ember component.",
"version": "0.2.0",
"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, PRs welcome\" && exit 1"
}
}