File tree Expand file tree Collapse file tree 4 files changed +43
-1
lines changed Expand file tree Collapse file tree 4 files changed +43
-1
lines changed Original file line number Diff line number Diff line change 18
18
/.vs
19
19
/_other
20
20
/node_modules
21
+ /bower_components
21
22
/test /typescript /* .js
Original file line number Diff line number Diff line change 14
14
/.git
15
15
/_other
16
16
/build /bin
17
+ /node_modules
18
+ /bower_components
17
19
/test
18
20
/test /typescript /* .js
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " multiplex" ,
3
+ "version" : " 0.9.4" ,
4
+ "description" : " Comprehensive data-structure and LINQ library for JavaScript." ,
5
+ "keywords" : [
6
+ " multiplex" ,
7
+ " javascript" ,
8
+ " linq" ,
9
+ " data-structure" ,
10
+ " iterator" ,
11
+ " library" ,
12
+ " framework"
13
+ ],
14
+ "homepage" : " https://github.com/multiplex/multiplex.js" ,
15
+ "license" : " Apache" ,
16
+ "moduleType" : [
17
+ " globals"
18
+ ],
19
+ "main" : [
20
+ " build/multiplex.js"
21
+ ],
22
+ "ignore" : [
23
+ " /.*" ,
24
+ " /Gruntfile.js" ,
25
+ " /test"
26
+ ],
27
+ "dependencies" : { },
28
+ "devDependencies" : {
29
+ "grunt" : " 0.4.5" ,
30
+ "grunt-cli" : " 0.1.x" ,
31
+ "grunt-contrib-clean" : " 0.6.x" ,
32
+ "grunt-contrib-copy" : " 0.8.x" ,
33
+ "grunt-contrib-qunit" : " 0.7.x" ,
34
+ "grunt-contrib-jshint" : " 0.11.x" ,
35
+ "grunt-contrib-uglify" : " 0.9.x" ,
36
+ "grunt-contrib-watch" : " 0.6.x"
37
+ },
38
+ }
Original file line number Diff line number Diff line change 17
17
" linq" ,
18
18
" data-structure" ,
19
19
" iterator" ,
20
- " library"
20
+ " library" ,
21
+ " framework"
21
22
],
22
23
"bugs" : {
23
24
"url" : " https://github.com/multiplex/multiplex.js/issues"
You can’t perform that action at this time.
0 commit comments