-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.35 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.35 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
{
"author": {
"email": "webteam@canonical.com",
"name": "Canonical Webteam",
"url": "http://design.canonical.com/team"
},
"bugs": {
"email": "webteam@canonical.com",
"url": "https://github.com/ubuntudesign/vanillaframework.io/issues"
},
"description": "Brochure and docs site for Vanilla Framework",
"devDependencies": {
"browser-sync": "^2.13.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "3.1.0",
"gulp-cache": "0.4.5",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.2",
"gulp-gh-pages": "^0.5.4",
"gulp-notify": "2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "1.2.2",
"gulp-sass": "2.3.2",
"gulp-scss-lint": "0.4.0",
"gulp-util": "3.0.7",
"handlebars": "^4.0.5",
"metalsmith": "^2.1.0",
"metalsmith-collections": "^0.7.0",
"metalsmith-layouts": "^1.6.5",
"metalsmith-markdown": "^0.2.1",
"metalsmith-partial": "^0.1.0",
"metalsmith-permalinks": "^0.5.0",
"metalsmith-templates": "^0.7.0",
"vanilla-framework": "1.0.0-alpha1"
},
"homepage": "http://vanillaframework.io",
"license": "LGPL-3.0",
"name": "vanilla-framework-io",
"repository": {
"type": "git",
"url": "https://github.com/ubuntudesign/vanillaframework.io"
},
"scripts": {
"clean": "rm -r build; rm -r node_modules"
},
"version": "0.1.0"
}