-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.28 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.28 KB
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": "array-future",
"description": "Proposed Array prototype helpers and polyfills exploring future ECMAScript collection APIs.",
"homepage": "https://github.com/Kikobeats/array-future",
"version": "0.6.0",
"main": "./lib/instance",
"author": {
"email": "josefrancisco.verdu@gmail.com",
"name": "Kiko Beats",
"url": "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",
"collection",
"ecmascript",
"extend",
"future",
"helpers",
"polyfill",
"proposal",
"prototype",
"utils"
],
"dependencies": {},
"devDependencies": {
"browserify": "latest",
"coffee-script": "latest",
"coffeeify": "latest",
"gulp": "latest",
"gulp-header": "latest",
"gulp-uglify": "latest",
"gulp-util": "latest",
"mocha": "latest",
"should": "latest",
"standard": "latest",
"vinyl-buffer": "latest",
"vinyl-source-stream": "latest"
},
"engines": {
"node": ">= 0.10"
},
"files": [
"dist",
"index.js",
"lib",
"register.js"
],
"scripts": {
"test": "sh test/test.sh"
},
"license": "MIT"
}