-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 938 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 938 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
31
32
33
34
35
{
"name": "laravel-elixir-ngtemplatecache",
"version": "0.3.1",
"description": "Laravel Elixir extension for generating AngularJS an templateCache module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"laravel",
"elixir",
"templatecache",
"htlmmin",
"gulp"
],
"author": "Peter Reisz <peter@reisz.tk>",
"contributors": [
"Rafael César Neves <rneves@rocketmail.com>"
],
"license": "MIT",
"dependencies": {
"gulp-angular-templatecache": "^1.7.0",
"gulp-htmlmin": "^1.1.3",
"extend": "^3.0.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/peterreisz/laravel-elixir-ngtemplatecache"
},
"bugs": {
"url": "https://github.com/peterreisz/laravel-elixir-ngtemplatecache/issues"
},
"homepage": "https://github.com/peterreisz/laravel-elixir-ngtemplatecache"
}