-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.73 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.73 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
{
"name": "gel",
"version": "0.1.0",
"description": "",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"clean": "rm -rf docs/*",
"sass": "sass _site/src/scss/site.scss _site/static/css/site.css && sass _site/src/scss/gel.scss _site/static/css/gel.css",
"js": "uglifyjs node_modules/fontfaceobserver/fontfaceobserver.standalone.js node_modules/sticky-js/dist/sticky.min.js node_modules/menuspy/dist/menuspy.min.js -o _site/static/js/site.js && cat _site/src/js/components/*.js > _site/static/js/gel.js",
"html": "node MAKEHTML.js",
"watch": "gulp watch",
"build": "npm run js && npm run sass && npm run html",
"serve": "gulp serve",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bbc/code-gel.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bbc/code-gel/issues"
},
"homepage": "https://github.com/bbc/code-gel#readme",
"dependencies": {
"cheerio": "1.0.0-rc.9",
"copy-dir": "1.3.0",
"fontfaceobserver": "2.1.0",
"gel-grid": "4.1.0",
"gel-sass-tools": "1.3.0",
"gel-typography": "2.0.5",
"glob": "7.1.7",
"gulp": "4.0.2",
"headmatter": "0.0.2",
"markdown-it": "8.4.2",
"markdown-it-anchor": "5.3.0",
"markdown-it-container": "2.0.0",
"markdown-it-deflist": "2.1.0",
"markdown-it-footnote": "github:micmath/markdown-it-footnote#master",
"markdown-it-shortcode-tag": "1.1.0",
"menuspy": "1.3.0",
"normalize": "0.3.1",
"nunjucks": "3.2.3",
"slug": "0.9.4",
"sticky-js": "1.3.0",
"sweet-scroll": "3.0.1",
"uglify-js": "3.13.8"
},
"devDependencies": {
"browser-sync": "2.26.14"
}
}