-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 738 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 738 Bytes
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
{
"name": "laravel-elixir-angularjs",
"version": "1.1.7",
"description": "Laravel Elixir wrapper to manage angularjs source code",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Arandi López",
"keywords": [
"laravel",
"elixir",
"angular",
"angularjs",
"gulp"
],
"homepage": "https://github.com/arandilopez/laravel-elixir-angularjs",
"repository": {
"type": "git",
"url": "https://github.com/arandilopez/laravel-elixir-angularjs"
},
"license": "MIT",
"dependencies": {
"gulp": "^3.9.0",
"gulp-html2js": "^0.4.2",
"gulp-ng-annotate": "^1.1.0",
"jshint-stylish": "^2.2.1",
"laravel-elixir": "^4.0.0"
}
}