-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 732 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 732 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": "md-chips-select",
"version": "1.0.2",
"description": "Material design md-chips with multiple select menu",
"main": "md-chips-select.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies" :{
"angular": "~1.4.3",
"angular-animate": "~1.4.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/boo0330/md-chips-select.git"
},
"keywords": [
"md-chips",
"md-chip-select",
"material design",
"angular"
],
"author": "Nate Cheng <boo0330@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/boo0330/md-chips-select/issues"
},
"homepage": "https://github.com/boo0330/md-chips-select#readme"
}