-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.32 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
53
54
55
56
{
"name": "@jdists/glob",
"version": "0.0.2",
"description": "glob as jdists processor",
"main": "lib/index",
"typings": "lib/index.d.ts",
"keywords": [
"jdists",
"processor",
"glob"
],
"scripts": {
"_update_version": "node version.js",
"_dist": "gulp dist",
"test": "istanbul cover --hook-run-in-context node_modules/mocha/bin/_mocha -- -R spec",
"example": "gulp example",
"mocha": "mocha",
"dist": "npm run _update_version && npm run _dist && npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jdists/glob.git"
},
"author": {
"name": "zswang",
"url": "http://weibo.com/zswang"
},
"readmeFilename": "README.md",
"license": "MIT",
"bugs": {
"url": "https://github.com/jdists/glob/issues"
},
"homepage": "https://github.com/jdists/glob#readme",
"dependencies": {
"glob": "^7.1.2",
"jdists-util": "^0.0.8",
"js-yaml": "^3.10.0"
},
"devDependencies": {
"@types/glob": "^5.0.33",
"@types/node": "^8.0.33",
"gulp": "^3.9.1",
"gulp-examplejs": "0.0.9",
"gulp-jdists": "^2.0.17",
"gulp-rename": "^1.2.2",
"gulp-typescript": "^3.1.6",
"istanbul": "^0.3.17",
"merge2": "^1.1.0",
"mocha": "^2.0.1",
"should": "^4.1.0",
"typescript": "^2.0.3"
},
"files": [
"lib"
]
}