-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathbower.json
59 lines (59 loc) · 1.39 KB
/
bower.json
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "multiplex",
"version": "2.0.0",
"description": "Comprehensive data-structure and LINQ library for JavaScript.",
"keywords": [
"mx",
"multiplex",
"javascript",
"linq",
"collection",
"data-structure",
"lazy",
"lambda",
"iterator",
"library",
"framework",
"es6"
],
"homepage": "https://github.com/multiplex/multiplex.js",
"license": "Apache",
"moduleType": [
"globals"
],
"main": [
"dist/multiplex.js"
],
"ignore": [
"*.log",
"*.yml",
"/.*",
"/build",
"/tasks",
"/external",
"/src/test",
"Gruntfile.js",
"package.json"
],
"dependencies": {},
"devDependencies": {
"load-grunt-tasks": "3.5.2",
"grunt": "1.0.1",
"grunt-cli": "1.2.0",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-qunit": "1.2.0",
"grunt-contrib-jshint": "1.0.0",
"grunt-contrib-uglify": "2.0.0",
"grunt-contrib-watch": "1.0.0",
"grunt-benchmark": "1.0.0",
"grunt-jscs": "3.0.1",
"es6-promise": "3.2.1",
"es6-map": "0.1.4",
"benchmark": "2.1.0",
"qunit": "0.9.1",
"rollup": "0.34.10",
"coveralls": "2.11.12",
"nyc": "7.1.0"
}
}