-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 743 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 743 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
37
{
"name": "eutil",
"version": "0.0.14",
"description": "meteor util node Extended util",
"main": "index.js",
"scripts": {
"test": "node test/str.test.js",
"eslint": "eslint **/*.js --fix"
},
"repository": {
"type": "git",
"url": "https://github.com/OSMeteor/eutil.git"
},
"engines": {
"node": "*"
},
"keywords": [
"eutil",
"util",
"nodeutil",
"utilities"
],
"author": {
"name": "osmeteor",
"email": "meteorsoftware@qq.com"
},
"license": [
{
"type": "MIT",
"url": "http://github.com/OSMeteor/eutil/raw/master/LICENSE"
}
],
"bugs": {
"url": "https://github.com/OSMeteor/eutil/issues"
},
"homepage": "https://github.com/OSMeteor/eutil"
}