-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
40 lines (40 loc) · 1.19 KB
/
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
35
36
37
38
39
40
{
"name": "wealthsimple-fabric",
"version": "0.0.1",
"homepage": "http://fabric.wealthsimple.com",
"author": "Wealthsimple",
"scss": "./scss/fabric.scss",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/wealthsimple/fabric.git"
},
"description": "Fabric is the CSS toolkit that powers Wealthsimple's front-end design. It's purposefully limited to common components to provide our developers with the most flexibility. It's built with SCSS and available via Bower, so it's easy to include all or part of it within your own project.",
"bugs": {
"url": "https://github.com/wealthsimple/fabric/issues"
},
"main": "css/fabric.css",
"directories": {
"doc": "docs"
},
"dependencies": {
"autoprefixer-core": "~5.2.1",
"grunt-jekyll": "^0.4.2",
"grunt-autoprefixer": "^2.2.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-sass": "^1.0.0",
"grunt-parker": "^0.1.3",
"grunt": "^0.4.5",
"grunt-cli": "*",
"grunt-build-control": "^0.6.1",
"grunt-postcss": "~0.5.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"wealthsimple",
"css",
"fabric"
]
}