forked from canonical/vanilla-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.22 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.22 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
{
"author": {
"email": "webteam@canonical.com",
"name": "Canonical Webteam",
"url": "http://design.canonical.com/team"
},
"bugs": {
"email": "webteam@canonical.com",
"url": "http://github.com/ubuntudesign/vanilla-framework/issues"
},
"description": "A simple, extendable CSS framework.",
"devDependencies": {
"browser-sync": "^2.13.0",
"es6-promise": "^3.2.1",
"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-rename": "1.2.2",
"gulp-sass": "2.3.2",
"gulp-sass-lint": "1.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "3.0.7",
"wrench": "^1.5.9"
},
"homepage": "http://ubuntudesign.github.io/vanilla-framework/",
"keywords": [
"ubuntu",
"vanilla",
"framework",
"CSS",
"SASS",
"SCSS",
"mixin",
"module"
],
"license": "LGPL-3.0",
"name": "vanilla-framework",
"repository": {
"type": "git",
"url": "https://github.com/ubuntudesign/vanilla-framework"
},
"scripts": {
"clean": "rm -r build; rm -r node_modules"
},
"version": "1.0.1"
}