UNPKG

951 BJSONView Raw
1{
2 "name": "gulp-wrap",
3 "version": "0.0.1",
4 "description": "A gulp plugin to wrap the stream contents with a lodash template.",
5 "keywords": [
6 "gulpplugin",
7 "wrap",
8 "template",
9 "lodash",
10 "gulp"
11 ],
12 "homepage": "https://github.com/adamayres/gulp-wrap",
13 "bugs": "https://github.com/adamayres/gulp-wrap/issues",
14 "author": {
15 "name": "Adam Ayres",
16 "email": "magicaj@gmail.com",
17 "url": "https://github.com/adamayres"
18 },
19 "main": "./index.js",
20 "repository": {
21 "type": "git",
22 "url": "git://github.com/adamayres/gulp-wrap.git"
23 },
24 "scripts": {
25 "test": "mocha"
26 },
27 "dependencies": {
28 "event-stream": "*",
29 "lodash.template": "~2.4.1",
30 "gulp-util": "~2.2.9"
31 },
32 "devDependencies": {
33 "mocha": "~1.14.0",
34 "should": "~2.1.0",
35 "gulp-util": "~2.2.0"
36 },
37 "engines": {
38 "node": ">=0.8.0",
39 "npm": ">=1.2.10"
40 },
41 "licenses": [
42 {
43 "type": "MIT"
44 }
45 ]
46}