-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathbower.json
More file actions
36 lines (36 loc) · 796 Bytes
/
Copy pathbower.json
File metadata and controls
36 lines (36 loc) · 796 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
34
35
36
{
"name": "array-future",
"description": "A collection of Array prototypes prollyfills as proposition for ECMAScript 7.",
"homepage": "https://github.com/Kikobeats/array-future",
"version": "0.6.0",
"main": "./dist/array-future.js",
"authors": [
{
"name": "Kiko Beats",
"email": "josefrancisco.verdu@gmail.com",
"homepage": "https://github.com/Kikobeats"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/kikobeats/array-future.git"
},
"bugs": {
"url": "https://github.com/Kikobeats/array-future/issues"
},
"keywords": [
"array",
"extend",
"future",
"prototype",
"utils"
],
"ignore": [
"**/.*",
"bower_components",
"node_modules",
"test",
"tests"
],
"license": "MIT"
}