forked from ospatil/generator-node-typescript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 843 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
37
38
39
40
{
"name": "generator-node-typescript",
"version": "0.10.0",
"description": "Yeoman generator for Node modules using typescript and gulp",
"license": "MIT",
"main": "app/index.js",
"repository": "ospatil/generator-node-typescript",
"author": {
"name": "Omkar Patil",
"email": "ospatil@gmail.com",
"url": "https://github.com/ospatil"
},
"scripts": {
"test": "mocha"
},
"files": [
"generators"
],
"keywords": [
"yeoman-generator",
"typescript",
"gulp",
"tsconfig",
"nodejs",
"iojs"
],
"dependencies": {
"chalk": "1.1.1",
"lodash": "3.10.1",
"yeoman-generator": "0.21.1",
"yosay": "1.0.5"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-sg-release": "1.0.0",
"load-grunt-tasks": "^3.2.0",
"mocha": "2.3.3"
},
"preferGlobal": true
}