-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.7 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.7 KB
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
41
42
43
44
45
46
{
"private": true,
"scripts": {
"prod": "gulp --production",
"dev": "gulp watch"
},
"devDependencies": {
"bootstrap-sass": "^3.3.7",
"gulp": "^3.9.1",
"jquery": "^3.1.0",
"laravel-elixir": "^6.0.0-9",
"laravel-elixir-vue": "^0.1.4",
"laravel-elixir-webpack-official": "^1.0.2",
"lodash": "^4.14.0",
"vue": "^1.0.26",
"vue-resource": "^0.9.3"
},
"name": "gulp",
"description": "[](https://travis-ci.org/laravel/framework) [](https://packagist.org/packages/laravel/framework) [](https://packagist.org/packages/laravel/framework) [](https://packagist.org/packages/laravel/framework) [](https://packagist.org/packages/laravel/framework)",
"version": "1.0.0",
"main": "gulpfile.js",
"directories": {
"test": "tests"
},
"dependencies": {
"gulp": "^3.9.1",
"bootstrap-sass": "^3.3.7",
"jquery": "^3.1.0",
"laravel-elixir": "^6.0.0-10",
"laravel-elixir-vue": "^0.1.6",
"laravel-elixir-webpack-official": "^1.0.4",
"lodash": "^4.15.0",
"vue-resource": "^0.9.3",
"vue": "^1.0.26"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Supalio/php-id3tag-modifier.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Supalio/php-id3tag-modifier/issues"
},
"homepage": "https://github.com/Supalio/php-id3tag-modifier#readme"
}