-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 964 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
{
"name": "laravel-elixir-ng-html2js",
"version": "0.3.1",
"description": "Laravel Elixir ngHtml2Js Extension",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"laravel",
"elixir",
"ngHtml2Js",
"gulp"
],
"author": "Martins Sipenko <[email protected]>",
"contributors": [
"Arnis Lielturks <[email protected]>"
],
"license": "MIT",
"dependencies": {
"gulp-concat": "^2.5.2",
"gulp-if": "^1.2.5",
"gulp-minify-html": "^1.0.3",
"gulp-ng-html2js": "^0.2.0",
"gulp-uglify": "^1.2.0",
"underscore": "^1.8.3"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/martinssipenko/laravel-elixir-ngHtml2Js"
},
"bugs": {
"url": "https://github.com/martinssipenko/laravel-elixir-ngHtml2Js/issues"
},
"homepage": "https://github.com/martinssipenko/laravel-elixir-ngHtml2Js"
}