gulp dist build

This commit is contained in:
2022-01-28 14:28:32 +01:00
parent 385d2e78b5
commit 041ce84965
88 changed files with 4428 additions and 1543 deletions

View File

@@ -1,62 +1,31 @@
{
"_args": [
[
"circles.js@0.0.6",
"/Applications/MAMP/htdocs/front/front-template"
]
],
"_from": "circles.js@0.0.6",
"_id": "circles.js@0.0.6",
"_inBundle": false,
"_integrity": "sha512-klcHmhkf0eZZr/NFKQSkH2CQCOGx/WPzOnXzVm0X6z0ZiTXjOLPXp+cxx7wnb1wVwk6/DBNikTUuAHNsL34ySw==",
"_location": "/circles.js",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "circles.js@0.0.6",
"name": "circles.js",
"escapedName": "circles.js",
"rawSpec": "0.0.6",
"saveSpec": null,
"fetchSpec": "0.0.6"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/circles.js/-/circles.js-0.0.6.tgz",
"_spec": "0.0.6",
"_where": "/Applications/MAMP/htdocs/front/front-template",
"author": {
"name": "lugolabs"
},
"bugs": {
"url": "https://github.com/lugolabs/circles/issues"
},
"name": "circles.js",
"version": "0.0.6",
"description": "Lightweight JavaScript library that generates circular graphs in SVG. Now with animation.",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jasmine": "^0.8.1",
"grunt-contrib-uglify": "~0.4.0"
"main": "./circles.js",
"repository": {
"type": "git",
"url": "git://github.com/lugolabs/circles.git"
},
"homepage": "https://github.com/lugolabs/circles#readme",
"keywords": [
"circles",
"js",
"javascript",
"svg"
],
"author": "lugolabs",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/chinchang/hint.css/blob/master/LICENSE-MIT"
}
],
"main": "./circles.js",
"name": "circles.js",
"repository": {
"type": "git",
"url": "git://github.com/lugolabs/circles.git"
"bugs": {
"url": "https://github.com/lugolabs/circles/issues"
},
"version": "0.0.6"
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jasmine": "^0.8.1",
"grunt-contrib-uglify": "~0.4.0"
}
}