-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 813 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 813 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "elastic-svg",
"version": "0.1.2",
"description": "Responsive SVGs with no dependencies",
"main": "index.js",
"scripts": {
"build": "bundle-module --entry=./index.js --name=elasticSVG --env=browser --output_dir=./dist",
"minify": "bundle-module --entry=./index.js --name=elasticSVG --env=browser --output_dir=./dist --min",
"watch": "bundle-module --entry=./index.js --name=elasticSVG --env=browser --output_dir=./dist --watch"
},
"repository": {
"type": "git",
"url": "https://github.com/TimeMagazineLabs/elastic-svg"
},
"keywords": [
"SVG",
"wrapper"
],
"author": "Chris Wilson",
"license": "MIT",
"bugs": {
"url": "https://github.com/TimeMagazineLabs/elastic-svg/issues"
},
"homepage": "https://github.com/TimeMagazineLabs/elastic-svg"
}