gulp-powered
Version:
A Gulp builded, Bootstrap-v4 powered static website app starter-kit project
23 lines • 539 B
JSON
{
"name": "js-url",
"version": "2.5.2",
"description": "A simple, lightweight url parser for JavaScript (~1.7 Kb minified, ~0.7Kb gzipped).",
"main": "url.js",
"repository": {
"type": "git",
"url": "https://github.com/websanova/js-url"
},
"author": {
"name" : "Websanova"
},
"homepage" : "http://url.websanova.com",
"license": "MIT, GPL",
"devDependencies": {
"grunt-contrib-qunit": "",
"grunt-contrib-uglify": "",
"grunt-contrib-jshint": ""
},
"scripts": {
"prepublish": "grunt"
}
}