forked from canonical/vanilla-framework
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 1.75 KB
/
Copy pathpackage.json
File metadata and controls
76 lines (76 loc) · 1.75 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
67
68
69
70
71
72
73
74
75
76
{
"name": "vanilla-framework",
"version": "0.0.7",
"description": "A simple, extendable CSS framework.",
"author": {
"name": "Canonical Webteam",
"email": "webteam@canonical.com",
"url": "http://design.canonical.com/team"
},
"homepage": "http://ubuntudesign.github.io/vanilla-framework/",
"contributors": [
{
"name": "Anthony Dillon",
"email": "anthony.dillon@canonical.com"
},
{
"name": "Graham Bancroft",
"email": "graham.bancroft@canonical.com"
},
{
"name": "Tristram Oaten",
"email": "tristram.oaten@canonical.com"
},
{
"name": "Robin Winslow",
"email": "robin.winslow@canonical.com"
},
{
"name": "Karl Williams",
"email": "karl.williams@canonical.com"
},
{
"name": "Richard McCartney",
"email": "richard.mccartney@canonical.com"
},
{
"name": "Peter Mahnke",
"email": "peter.mahnke@canonical.com"
}
],
"keywords": [
"ubuntu",
"vanilla",
"framework",
"CSS",
"SASS",
"SCSS",
"mixin",
"module"
],
"bugs": {
"url" : "http://github.com/ubuntudesign/vanilla-framework/issues",
"email": "webteam@canonical.com"
},
"license" : "LGPL-3.0",
"scripts": {
"prepublish": "./.install_dependencies.sh",
"clean": "rm -r build; rm -r node_modules"
},
"repository": {
"type" : "git",
"url" : "https://github.com/ubuntudesign/vanilla-framework"
},
"devDependencies": {
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-cache": "^0.2.7",
"gulp-minify-css": "^0.4.6",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^1.3.3",
"gulp-scss-lint": "^0.1.7",
"sassdoc": "^2.0.9",
"gulp-util": "^3.0.4"
}
}