-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 878 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
{
"name": "inversify-dts",
"version": "1.0.7",
"description": "The InversifyJS TypeScript type definitions",
"main": "index.js",
"scripts": {
"test": "gulp",
"publish-please": "publish-please",
"prepublish": "publish-please guard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/inversify/dts.git"
},
"keywords": [
"inversify",
"typescript",
"dts"
],
"author": "Remo H. Jansen <remo.jansen@wolksoftware.com> (http://www.remojansen.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/inversify/dts/issues"
},
"homepage": "https://github.com/inversify/dts#readme",
"dependencies": {},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-tslint": "^5.0.0",
"gulp-typescript": "^2.13.4",
"publish-please": "^2.1.3",
"run-sequence": "^1.2.0",
"tslint": "^3.10.2"
}
}