UNPKG

560 BJSONView Raw
1{
2 "name": "gulp-embed",
3 "version": "1.0.0",
4 "description": "a gulp plugin wrapper around resource-embedder",
5 "main": "index.js",
6 "scripts": {
7 "start": "npm install"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/VaJoy/gulp-embed.git"
12 },
13 "author": "vajoylarn",
14 "license": "MIT",
15 "dependencies": {
16 "gulp": "^3.9.0",
17 "gulp-embed": "^1.0.10"
18 },
19 "bugs": {
20 "url": "https://github.com/VaJoy/gulp-embed/issues"
21 },
22 "homepage": "https://github.com/VaJoy/gulp-embed#readme"
23}