1 | {
|
2 | "name": "gulp-typings",
|
3 | "version": "2.0.4",
|
4 | "description": "wrap typings for use with gulp",
|
5 | "main": "dist/index.js",
|
6 | "typings": "dist/index.d.ts",
|
7 | "scripts": {
|
8 | "test": "(npmts)"
|
9 | },
|
10 | "repository": {
|
11 | "type": "git",
|
12 | "url": "git+https://github.com/typings/gulp-typings.git"
|
13 | },
|
14 | "keywords": [
|
15 | "typings"
|
16 | ],
|
17 | "author": "Lossless GmbH",
|
18 | "license": "MIT",
|
19 | "bugs": {
|
20 | "url": "https://github.com/pushrocks/gulp-typings/issues"
|
21 | },
|
22 | "homepage": "https://github.com/pushrocks/gulp-typings#readme",
|
23 | "dependencies": {
|
24 | "through2": "^2.0.1",
|
25 | "typings-core": "^1.4.1",
|
26 | "typings-global": "^1.0.8"
|
27 | },
|
28 | "devDependencies": {
|
29 | "gulp": "^3.9.1",
|
30 | "gulp-function": "^1.3.6",
|
31 | "npmts-g": "^5.2.8",
|
32 | "typings-test": "^1.0.2"
|
33 | }
|
34 | }
|