forked from canonical-web-and-design/vanillaframework.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 963 Bytes
/
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
{
"name": "vanillaframework.io",
"description": "Codebase for https://vanillaframework.io",
"main": "_site/index.html",
"scripts": {
"build": "gulp build",
"test": "gulp test",
"watch": "gulp watch",
"clean": "rm -rf node_modules/ yarn-error.log css/ _site/ .bundle/ .jekyll-metadata"
},
"repository": {
"type": "git",
"url": "https://github.com/ubuntudesign/vanillaframework.io"
},
"author": "Barry McGee <barry.mcgee@canonical.com>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/ubuntudesign/vanillaframework.io/issues"
},
"homepage": "https://vanillaframework.io",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-sass": "^3.1.0",
"gulp-sass-lint": "^1.3.2",
"gulp-sourcemaps": "^2.4.1"
},
"dependencies": {
"babel-core": "^6.23.1",
"babel-preset-es2015": "^6.22.0",
"node-sass": "^4.5.3",
"vanilla-framework": "1.6.1"
}
}