forked from ModuleLoader/es-module-loader
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
33 lines (33 loc) · 656 Bytes
/
bower.json
File metadata and controls
33 lines (33 loc) · 656 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
30
31
32
33
{
"name": "es6-module-loader",
"version": "0.6.0",
"description": "An ES6 Module Loader polyfill based on the latest spec.",
"homepage": "https://github.com/ModuleLoader/es6-module-loader",
"main": "dist/es6-module-loader-sans-promises.js",
"dependencies": {
"es6-promise": "^1.0",
"traceur": "0.0.41"
},
"keywords": [
"es6",
"harmony",
"polyfill",
"modules"
],
"ignore": [
"demo",
"lib",
"test",
"grunt.js",
"package.json"
],
"repository": {
"type": "git",
"url": "https://github.com/ModuleLoader/es6-module-loader.git"
},
"licenses": [
{
"type": "MIT"
}
]
}