-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 873 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": "ilumina-gulp-templates",
"version": "1.0.0",
"description": "gulp task for templates",
"main": "index.js",
"engines": {
"node": ">=4.2.1",
"npm": ">=2.14.7"
},
"dependencies": {
"gulp": "^3.9.0",
"gulp-htmlmin": "^1.2.0",
"gulp-if": "^1.2.5",
"gulp-pug": "^3.2.0",
"lodash": "^3.10.1",
"yargs": "^3.5.4"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/josjac/ilumina-gulp-templates.git"
},
"keywords": [
"gulp",
"task",
"sprites"
],
"author": "JOZ <[email protected]>",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/josjac/ilumina-gulp-templates/issues"
},
"homepage": "https://github.com/josjac/ilumina-gulp-templates#readme"
}