forked from jfoliveira/laravel-elixir-typescript
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 915 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
{
"name": "ws-laravel-elixir-typescript",
"version": "1.0.5",
"description": "Laravel Elixir Typescript Compiler Extension",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"laravel",
"elixir",
"typescript",
"gulp"
],
"repository": {
"type": "git",
"url": "https://github.com/we-studio/laravel-elixir-typescript"
},
"author": {
"name": "MikeyAlder",
"name": "jfoliveira",
"name": "okaufmann",
"name": "wembernard"
},
"license": "MIT",
"homepage": "https://github.com/we-studio/laravel-elixir-typescript",
"bugs": {
"url": "https://github.com/we-studio/laravel-elixir-typescript/issues"
},
"dependencies": {
"gulp-typescript":"^2.4.2",
"gulp-concat":"^2.5.2",
"underscore": "^1.7.0",
"gulp-util":"^3.0.4",
"node-notifier":"^4.1.2"
},
"directories": {}
}