-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 938 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
33
34
35
36
{
"name": "typography-theme-trajan",
"version": "0.1.0",
"description": "A theme for Typography.js insprired by the typography-theme-wordpress-2016",
"main": "./dist/index.js",
"scripts": {
"flow": "flow",
"build": "babel src --out-dir dist/",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"css",
"typography",
"typography-theme"
],
"author": "guoliim",
"license": "MIT",
"dependencies": {
"gray-percentage": "^2.0.0",
"typography-breakpoint-constants": "^0.14.0"
},
"repository": {
"type": "git",
"url": "https://github.com/guoliim/typography-theme-trajan"
},
"bugs": {
"url": "https://github.com/guoliim/typography-theme-trajan/issues"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-flow": "^6.23.0",
"babel-preset-stage-0": "^6.24.1",
"flow-bin": "^0.45.0"
}
}