Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
gulp-file
/
Filename :
package.json
back
Copy
{ "name": "gulp-file", "version": "0.4.0", "description": "Create vinyl files from a string or buffer and insert into the Gulp pipeline.", "main": "./lib/file.js", "scripts": { "test": "./node_modules/mocha/bin/mocha test --recursive --reporter spec" }, "repository": { "type": "git", "url": "git://github.com/alexmingoia/gulp-file.git" }, "keywords": [ "gulp", "plugin", "string", "buffer", "file", "vinyl" ], "author": "Alex Mingoia <talk@alexmingoia.com>", "license": "BSD", "bugs": { "url": "https://github.com/alexmingoia/gulp-file/issues" }, "homepage": "https://github.com/alexmingoia/gulp-file", "dependencies": { "through2": "^0.4.1", "vinyl": "^2.1.0" }, "devDependencies": { "expect.js": "^0.3.1", "mocha": "^1.18.2", "gulp": "^3.6.2" } }