forked from BlazeSoftware/atoms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1 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
{
"name": "blaze",
"version": "2.13.0",
"description": "Open Source CSS Framework",
"main": "dist/blaze.min.css",
"files": [
"dist",
"scss"
],
"scripts": {
"build": "gulp",
"test": "percy snapshot demo",
"watch": "gulp watch"
},
"repository": {
"type": "git",
"url": "https://github.com/BlazeCSS/blaze.git"
},
"keywords": [
"html5",
"sass",
"scss",
"css",
"bem",
"itcss",
"bemit",
"ui",
"ux",
"framework",
"components"
],
"author": "Gregory Pratt",
"license": "MIT",
"bugs": {
"url": "https://github.com/BlazeCSS/blaze/issues"
},
"homepage": "http://blazecss.com",
"devDependencies": {
"file-exists": "^1.0.0",
"gulp": "~3.9.1",
"gulp-cssnano": "~2.1.2",
"gulp-header": "^1.8.7",
"gulp-rename": "~1.2.2",
"gulp-sass": "~2.3.2",
"gulp-size": "^2.1.0",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.10",
"minimist": "^1.2.0",
"np": "^2.5.0",
"run-sequence": "^1.2.1"
}
}