forked from TodayDesign/megatype
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.63 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
65
66
67
68
69
{
"name": "megatype",
"version": "1.1.2",
"private": false,
"description": "Finesse typographic structure with ease",
"main": "megatype.scss",
"scripts": {
"test": "gulp test"
},
"author": "The MegaType Project Authors",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^6.1.1",
"babel-cli": "^6.6.5",
"babel-core": "^6.7.0",
"babel-preset-es2015": "^6.6.0",
"browser-sync": "^2.11.1",
"chai": "^3.5.0",
"chai-as-promised": "^5.2.0",
"connect": "^3.4.1",
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-cssnano": "^2.1.0",
"gulp-data": "^1.2.1",
"gulp-group-css-media-queries": "^1.1.0",
"gulp-if": "^2.0.0",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-css": "^1.2.1",
"gulp-nunjucks-render": "^1.1.0",
"gulp-postcss": "^6.0.1",
"gulp-sass": "^2.0.4",
"gulp-shell": "^0.5.0",
"gulp-size": "^2.0.0",
"gulp-webdriver": "^1.0.3",
"mocha": "^2.4.5",
"postcss-assets": "^4.0.1",
"run-sequence": "^1.1.5",
"serve-static": "^1.10.2",
"wdio-dot-reporter": "0.0.5",
"wdio-mocha-framework": "^0.2.11",
"wdio-sauce-service": "^0.2.2"
},
"babel": {
"presets": [
"es2015"
]
},
"directories": {
"test": "test"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/StudioThick/megatype.git"
},
"keywords": [
"sass",
"susy",
"megatype",
"typography",
"baseline",
"vertical-rhythm",
"grid"
],
"bugs": {
"url": "https://github.com/StudioThick/megatype/issues"
},
"homepage": "https://github.com/StudioThick/megatype#readme"
}