-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
36 lines (36 loc) · 870 Bytes
/
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
{
"name": "gulp-tsd",
"author": "moznion <[email protected]>",
"version": "0.1.1",
"description": "Gulp plugin to automate TSD and TypeScript definition related tasks",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/gulp --gulpfile ./test/gulpfile.js"
},
"keywords": [
"gulp",
"tsd"
],
"dependencies": {
"debug": "^2.2.0",
"gulp-util": "^3.0.7",
"through2": "^2.0.0",
"tsd": "~0.6.5"
},
"devDependencies": {
"gulp": "~3.9.0",
"gulp-clean": "~0.3.1",
"gulp-run-sequence": "~0.3.2",
"chai": "~3.4.1"
},
"optionalDependencies": {
"gulp-jshint": "~2.0.0"
},
"homepage": "https://github.com/moznion/gulp-tsd",
"bugs": "https://github.com/moznion/gulp-tsd/issues",
"repository": {
"type": "git",
"url": "git://github.com/moznion/gulp-tsd.git"
},
"license": "MIT"
}