-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.66 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.66 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
{
"name": "castlecss-docs",
"version": "1.5.2",
"description": "Documentation website for CastleCSS",
"main": "index.js",
"sasslintConfig": "sass-lint.yml",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"create_css": "grunt create_css",
"create_html": "grunt create_html",
"create_js": "webpack",
"create_all": "npm run create_css & npm run create_html & npm run create_js",
"start": "npm run create_js & grunt"
},
"keywords": [
"front-end",
"responsive",
"scss",
"sass",
"web",
"documentation",
"castlecss",
"castle",
"framework",
"building",
"blocks",
"modular"
],
"author": {
"name": "Darius Rosendahl",
"email": "darius@denieuwezaak.nl"
},
"license": "MIT",
"homepage": "https://www.castlecss.com",
"dependencies": {
"autoprefixer": "^8.0.0",
"castlecss-breadcrumbs": "^1.1.1",
"castlecss-buttons": "^1.0.1",
"castlecss-core": "^2.7.0",
"castlecss-forms": "^1.0.12",
"castlecss-icons": "^1.0.2",
"castlecss-notifications": "^1.0.1",
"castlecss-stickers": "^1.0.0",
"cssnano": "^3.10.0",
"grunt": "^1.0.2",
"grunt-nunjucks-2-html": "^2.1.0",
"grunt-postcss": "^0.9.0",
"grunt-sass": "^2.1.0",
"jit-grunt": "^0.10.0",
"nunjucks": "^3.1.0",
"pixrem": "^4.0.1",
"webpack": "^3.11.0"
},
"devDependencies": {
"grunt-browser-sync": "^2.2.0",
"grunt-contrib-watch": "^1.0.0",
"sass-lint": "^1.12.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CastleCSS/castlecss-docs.git"
},
"bugs": {
"url": "https://github.com/CastleCSS/castlecss-docs/issues"
}
}