forked from christabor/css-progress-wizard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 905 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
29
30
31
32
{
"name": "css-progress-wizard",
"repository": {
"type": "git",
"url": "git+https://github.com/christabor/css-progress-wizard.git"
},
"license": "GPL-3.0",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-compress": "0.0.8",
"gulp-concat": "^2.6.0",
"gulp-minify-css": "^1.2.3",
"gulp-sass": "^2.1.0"
},
"description": "(https://raw.githubusercontent.com/christabor/css-progress-wizard/master/LICENSE) ![Donation badge](https://img.shields.io/gratipay/christabor.svg)",
"bugs": {
"url": "https://github.com/christabor/css-progress-wizard/issues"
},
"homepage": "https://github.com/christabor/css-progress-wizard#readme",
"version": "1.0.1",
"main": "index.html",
"dependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"css",
"progress-indicator",
"timeline"
],
"author": ""
}