This repository was archived by the owner on Dec 16, 2019. It is now read-only.
File tree 2 files changed +27
-28
lines changed 2 files changed +27
-28
lines changed Original file line number Diff line number Diff line change @@ -16,4 +16,4 @@ results
16
16
node_modules
17
17
18
18
# Actually, need to track these for site to run on Github Pages..
19
- # bower_components
19
+ / bower_components
Original file line number Diff line number Diff line change 1
- {
2
- "name" : " angularjs-dropdown-multiselect-demo" ,
3
- "version" : " 0.0.0" ,
4
- "authors" : [
5
-
6
- ],
7
- "description" : " Demo" ,
8
- "keywords" : [
9
- ],
10
- "license" : " MIT" ,
11
- "ignore" : [
12
- " **/.*" ,
13
- " node_modules" ,
14
- " bower_components" ,
15
- " test" ,
16
- " tests"
17
- ],
18
- "dependencies" : {
19
- "angular" :" ~1.2.0" ,
20
- "angular-animate" :" ~1.2.0" ,
21
- "angular-sanitize" :" ~1.2.0" ,
22
- "angular-touch" :" ~1.2.0" ,
23
- "angular-route" :" ~1.2.0"
24
- },
25
- "devDependencies" : {
26
- }
27
- }
1
+ {
2
+ "name" : " angularjs-dropdown-multiselect-demo" ,
3
+ "version" : " 0.0.0" ,
4
+ "authors" : [
5
+
6
+ ],
7
+ "description" : " Demo" ,
8
+ "keywords" : [],
9
+ "license" : " MIT" ,
10
+ "ignore" : [
11
+ " **/.*" ,
12
+ " node_modules" ,
13
+ " bower_components" ,
14
+ " test" ,
15
+ " tests"
16
+ ],
17
+ "dependencies" : {
18
+ "angular" : " ~1.2.0" ,
19
+ "angular-animate" : " ~1.2.0" ,
20
+ "angular-sanitize" : " ~1.2.0" ,
21
+ "angular-touch" : " ~1.2.0" ,
22
+ "angular-route" : " ~1.2.0" ,
23
+ "bootstrap" : " ~3.1.1"
24
+ },
25
+ "devDependencies" : {}
26
+ }
You can’t perform that action at this time.
0 commit comments