-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
64 lines (64 loc) · 1.33 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
64
{
"name": "getbasis",
"version": "6.4.0",
"main": "src/css/basis.styl",
"author": "inc2734",
"contributors": [
"Toro_Unit",
"segayuu"
],
"keywords": [
"css",
"stylus",
"mobile-first",
"responsive",
"front-end",
"framework",
"web"
],
"license": "MIT",
"homepage": "https://getbasis.github.io/",
"repository": {
"type": "git",
"url": "https://github.com/getbasis/basis"
},
"files": [
"src",
"dist",
"tests",
"package.json",
"gulpfile.js",
"LICENSE",
"README.md",
"yarn.lock"
],
"devDependencies": {
"autoprefixer": "^6.7.7",
"babel-preset-es2015-rollup": "^3.0.0",
"browser-sync": "^2.18.8",
"cssnano": "^3.10.0",
"gulp": "^3.9.1",
"gulp-aigis": "^1.3.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.4.0",
"gulp-rename": "^1.2.2",
"gulp-rollup": "^2.11.0",
"gulp-stylus": "^2.6.0",
"gulp-uglify": "^2.1.2",
"gulp-zip": "^4.0.0",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-node-resolve": "^2.0.0"
},
"scripts": {
"gulp": "gulp",
"test": "gulp test && cat tests/tests.css",
"prepublish": "gulp build",
"build": "gulp build",
"start": "gulp"
},
"dependencies": {
"html5shiv": "^3.7.3",
"normalize-styl": "^4.1.1"
}
}