-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.17 KB
/
package.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
{
"name": "collect.js.me",
"version": "1.5.0",
"description": "collections of array and objects customised by code4mk",
"main": "dist/index.js",
"typing": "index.d.ta",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"babel": {
"presets": [
"env"
]
},
"repository": {
"type": "git",
"url": "https://github.com/itnishi/collect.js.me"
},
"keywords": [
"collections",
"collection",
"collect",
"customised",
"itnishi",
"code4mk"
],
"author": {
"name": "Nishi IT Ltd.",
"email": "support@itnishi.com",
"url": "http://itnishi.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/itnishi/collect.js.me/issues"
},
"homepage": "https://github.com/itnishi/collect.js.me",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-preset-env": "^1.6.1",
"benchmark": "^2.1.0",
"chai": "^4.1.2",
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-plugin-import": "^2.5.0",
"hoax.js": "^1.0.0",
"mocha": "^3.5.2",
"nyc": "^11.0.2",
"uglify-js": "^3.2.2",
"webpack": "^3.10.0"
}
}