-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.33 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
{
"name": "@jdists/exec",
"version": "0.0.7",
"description": "exec as jdists processor",
"main": "lib/index",
"typings": "lib/index.d.ts",
"keywords": [
"jdists",
"processor",
"exec"
],
"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/exec.git"
},
"author": {
"name": "zswang",
"url": "http://weibo.com/zswang"
},
"readmeFilename": "README.md",
"license": "MIT",
"bugs": {
"url": "https://github.com/jdists/exec/issues"
},
"homepage": "https://github.com/jdists/exec#readme",
"dependencies": {},
"devDependencies": {
"@types/node": "^8.0.33",
"@types/promise": "^7.1.30",
"gulp": "^3.9.1",
"gulp-examplejs": "0.0.9",
"gulp-jdists": "^2.0.17",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"gulp-typescript": "^3.1.6",
"gulp-uglify": "^2.1.2",
"istanbul": "^0.3.17",
"jdists-util": "^0.0.7",
"merge2": "^1.1.0",
"mocha": "^2.0.1",
"should": "^4.1.0",
"typescript": "^2.0.3"
},
"files": [
"lib"
]
}