-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
28 lines (28 loc) · 835 Bytes
/
package.json
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
26
27
28
{
"name": "progress-catalog",
"version": "1.0.7",
"description": "Generate a progress catalog by html tag (h1, h2, h3, h4, h5, h6)",
"main": "dist/progress-catalog.min.js",
"scripts": {
"build": "babel --presets=es2015 src/index.js -o dist/progress-catalog.js && uglifyjs dist/progress-catalog.js -m -o dist/progress-catalog.min.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SHERlocked93/ProgressCatalog.git"
},
"keywords": [
"catalog",
"svg"
],
"author": "SHERlocked93",
"license": "ISC",
"bugs": {
"url": "https://github.com/SHERlocked93/ProgressCatalog/issues"
},
"homepage": "https://github.com/SHERlocked93/ProgressCatalog#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"uglify-js": "^3.4.9"
}
}