-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
116 lines (116 loc) · 3.16 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"_args": [
[
{
"raw": "bulma@0.6.0",
"scope": null,
"escapedName": "bulma",
"name": "bulma",
"rawSpec": "0.6.0",
"spec": "0.6.0",
"type": "version"
},
"/Users/jthomas/Desktop"
]
],
"_from": "bulma@0.6.0",
"_id": "bulma@0.6.0",
"_inCache": true,
"_location": "/bulma",
"_nodeVersion": "6.11.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/bulma-0.6.0.tgz_1507632062609_0.9745779144577682"
},
"_npmUser": {
"name": "jgthms",
"email": "bbxdesign@gmail.com"
},
"_npmVersion": "3.10.10",
"_phantomChildren": {},
"_requested": {
"raw": "bulma@0.6.0",
"scope": null,
"escapedName": "bulma",
"name": "bulma",
"rawSpec": "0.6.0",
"spec": "0.6.0",
"type": "version"
},
"_requiredBy": [
"#USER"
],
"_resolved": "https://registry.npmjs.org/bulma/-/bulma-0.6.0.tgz",
"_shasum": "4f5c5de582810d11aa0cfb1f30aec8a792d0d92c",
"_shrinkwrap": null,
"_spec": "bulma@0.6.0",
"_where": "/Users/jthomas/Desktop",
"author": {
"name": "Jeremy Thomas",
"email": "bbxdesign@gmail.com",
"url": "http://jgthms.com"
},
"bugs": {
"url": "https://github.com/jgthms/bulma/issues"
},
"dependencies": {},
"description": "Modern CSS framework based on Flexbox",
"devDependencies": {
"autoprefixer": "^7.1.1",
"node-sass": "^4.5.3",
"postcss-cli": "^4.1.0",
"rimraf": "^2.6.1"
},
"directories": {},
"dist": {
"shasum": "4f5c5de582810d11aa0cfb1f30aec8a792d0d92c",
"tarball": "https://registry.npmjs.org/bulma/-/bulma-0.6.0.tgz"
},
"files": [
"css",
"sass",
"bulma.sass",
"LICENSE",
"README.md"
],
"gitHead": "c39183cf474b99fb1c6b2dba8e0219a58d68c5be",
"homepage": "http://bulma.io",
"keywords": [
"css",
"sass",
"flexbox",
"responsive",
"framework"
],
"license": "MIT",
"main": "bulma.sass",
"maintainers": [
{
"name": "jgthms",
"email": "bbxdesign@gmail.com"
}
],
"name": "bulma",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/jgthms/bulma.git"
},
"scripts": {
"build": "npm run build-clean && npm run build-sass && npm run build-autoprefix",
"build-autoprefix": "postcss --use autoprefixer --map false --output css/bulma.css css/bulma.css",
"build-clean": "rimraf css",
"build-sass": "node-sass --output-style expanded --source-map true bulma.sass css/bulma.css",
"deploy": "npm run build && npm run docs",
"docs": "npm run docs-sass && npm run docs-autoprefix",
"docs-autoprefix": "postcss --use autoprefixer --map false --output docs/css/bulma-docs.css docs/css/bulma-docs.css",
"docs-sass": "node-sass --output-style expanded docs/bulma-docs.sass docs/css/bulma-docs.css",
"start": "npm run build-sass -- --watch",
"start-docs": "npm run docs-sass -- --watch",
"start-test": "npm run test-sass -- --watch",
"test-sass": "node-sass --output-style expanded docs/bulma-test.sass docs/css/bulma-test.css"
},
"style": "bulma/css/bulma.css",
"version": "0.6.0"
}