This repository was archived by the owner on Mar 25, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
117 lines (117 loc) · 3.26 KB
/
package.json
File metadata and controls
117 lines (117 loc) · 3.26 KB
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
117
{
"_args": [
[
{
"raw": "bulma@0.6.2",
"scope": null,
"escapedName": "bulma",
"name": "bulma",
"rawSpec": "0.6.2",
"spec": "0.6.2",
"type": "version"
},
"/Users/jthomas/Desktop"
]
],
"_from": "bulma@0.6.2",
"_id": "bulma@0.6.2",
"_inCache": true,
"_location": "/bulma",
"_nodeVersion": "6.11.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/bulma-0.6.2.tgz_1515606306405_0.7337359548546374"
},
"_npmUser": {
"name": "jgthms",
"email": "bbxdesign@gmail.com"
},
"_npmVersion": "3.10.10",
"_phantomChildren": {},
"_requested": {
"raw": "bulma@0.6.2",
"scope": null,
"escapedName": "bulma",
"name": "bulma",
"rawSpec": "0.6.2",
"spec": "0.6.2",
"type": "version"
},
"_requiredBy": [
"#USER"
],
"_resolved": "https://registry.npmjs.org/bulma/-/bulma-0.6.2.tgz",
"_shasum": "f4b1d11d5acc51a79644eb0a2b0b10649d3d71f5",
"_shrinkwrap": null,
"_spec": "bulma@0.6.2",
"_where": "/Users/jthomas/Desktop",
"author": {
"name": "Jeremy Thomas",
"email": "bbxdesign@gmail.com",
"url": "https://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": "f4b1d11d5acc51a79644eb0a2b0b10649d3d71f5",
"tarball": "https://registry.npmjs.org/bulma/-/bulma-0.6.2.tgz"
},
"files": [
"css",
"sass",
"bulma.sass",
"LICENSE",
"README.md"
],
"gitHead": "6078acdd92f250d1c5ab3c512468e228c1b45630",
"homepage": "https://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",
"test-scss": "node-sass --output-style expanded docs/bulma-test.scss docs/css/bulma-test.css"
},
"style": "bulma/css/bulma.css",
"version": "0.6.2"
}