-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 loc) · 1.47 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "blossom-ui",
"version": "1.6.1",
"description": "A free open-source design framework for the modern web",
"main": "index.js",
"scripts": {
"build:root": "gulp build --root",
"build:origin": "gulp build",
"postinstall": "npm run build:root",
"build": "npm run build:origin",
"postversion": "npm run build:root"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cindr-io/Blossom.git"
},
"keywords": [
"blossom",
"blossom-ui",
"framework",
"ui",
"css",
"stylus",
"responsive",
"design"
],
"author": "Stefan Mansson <st.mansson@icloud.com> (https://cindr.io)",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/cindr-io/Blossom/issues"
},
"homepage": "https://getblossom.io",
"dependencies": {
"app-root-path": "^2.0.1",
"babel-preset-es2015": "^6.24.1",
"del": "^2.2.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-rename": "^1.2.2",
"gulp-run-sequence": "^0.3.2",
"gulp-stylus": "^2.5.0",
"gulp-uglify": "^2.1.2",
"gulp-watch": "^4.3.11",
"jeet": "^7.1.0",
"nib": "^1.1.0",
"pump": "^1.0.2",
"rupture": "^0.6.1",
"yargs": "^8.0.1"
},
"peerDependencies": {
"app-root-path": "^1.3.0",
"del": "*",
"gulp": "*",
"gulp-rename": "*",
"gulp-stylus": "*",
"gulp-uglify": "*",
"gulp-watch": "*",
"jeet": "*",
"nib": "*",
"rupture": "*",
"yargs": "*"
}
}