-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.86 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
{
"_from": "bulma-start",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha1-RyUHiBsbJ68p4AnIWZUD4UYtIDE=",
"_location": "/bulma-start",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "bulma-start",
"name": "bulma-start",
"escapedName": "bulma-start",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/bulma-start/-/bulma-start-0.0.2.tgz",
"_shasum": "472507881b1b27af29e009c8599503e1462d2031",
"_spec": "bulma-start",
"_where": "/Applications/MAMP/htdocs/MyWebsite/node_modules",
"author": {
"name": "Jeremy Thomas",
"email": "[email protected]",
"url": "http://jgthms.com"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Start package for Bulma",
"devDependencies": {
"autoprefixer": "~9.6.1",
"babel-cli": "~6.26.0",
"babel-preset-env": "~1.7.0",
"babel-preset-es2015-ie": "~6.7.0",
"bulma": "~0.7.5",
"node-sass": "~4.12.0",
"postcss-cli": "~6.1.3",
"sw-precache": "~5.2.1"
},
"keywords": [
"sass",
"bulma",
"css",
"start"
],
"license": "MIT",
"name": "bulma-start",
"scripts": {
"css-build": "node-sass _sass/main.scss css/main.css",
"css-deploy": "npm run css-build && npm run css-postcss",
"css-postcss": "postcss --use autoprefixer --output css/main.css css/main.css",
"css-watch": "npm run css-build -- --watch",
"deploy": "npm run css-deploy && npm run js-build",
"js-build": "babel _javascript --out-dir lib",
"js-watch": "npm run js-build -- --watch",
"start": "npm run css-watch | npm run js-watch"
},
"version": "0.0.2",
"dependencies": {
"bulma-timeline": "~3.0.4",
"gulp": "~4.0.2",
"js-yaml": "~3.13.1",
"lodash": "~4.17.15"
}
}