-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 946 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "milligram-react",
"version": "0.0.0",
"description": "A minimalist CSS framework on React version.",
"homepage": "https://milligram.io",
"repository": "milligram/milligram-react",
"license": "MIT",
"author": "CJ Patoilo <[email protected]>",
"main": "index.jsx",
"keywords": [
"bootstrap",
"css",
"css3",
"flexbox",
"front-end",
"framework",
"html",
"html5",
"kickstarter",
"less",
"responsive",
"mobile",
"mobile-first",
"postcss",
"responsive",
"sass",
"scss",
"stylus"
],
"ignore": [
".appveyor.yml",
".editorconfig",
".eslintrc",
".github",
".gitignore",
".sasslintrc",
".travis.yml",
"bower.json",
"changelog.md",
"composer.json",
"package.js",
"package.json",
"src",
"test"
],
"dependencies": {
"milligram": "1.3.0",
"normalize.css": "5.0.0",
"react": "16.2.0"
},
"devDependencies": {
},
"engines": {
"node": ">=6"
},
"scripts": {
}
}