gulpman
Version:
Create Modular Front-End Build System. Based on gulp, very easy and light
27 lines (26 loc) • 451 B
JSON
{
"name": "Project",
"version": "1.0.0",
"description": "Project build by Gulpman, update this description",
"engines": {
"node": ">=4.2.0"
},
"scripts": {
},
"repository": {
"type": "git",
"url": "git+https://github.com/your-project"
},
"keywords": [
"gulpman",
"components",
"browserify",
"es6",
"jsx"
],
"author": "Gulpman",
"license": "MIT",
"dependencies": {
"gulp": "^3.9.0"
}
}