forked from cfpb/design-manual
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·62 lines (62 loc) · 1.83 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·62 lines (62 loc) · 1.83 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
{
"name": "design-manual",
"version": "1.0.0",
"description": "A set of design principles and standards for the Consumer Financial Protection Bureau.",
"homepage": "http://cfpb.github.io/design-manual/",
"author": {
"name": "Consumer Financial Protection Bureau",
"email": "tech@cfpb.gov",
"url": "http://consumerfinance.gov"
},
"license": "CC0",
"keywords": [
"design-manual"
],
"scripts": {
"start": "parallelshell \"bundle exec jekyll serve --watch --baseurl ''\" \"grunt watch\"",
"build": "grunt build",
"colors": "node ./scripts/npm/colors",
"cf-link": "node scripts/npm/link",
"cf-unlink": "node scripts/npm/unlink"
},
"dependencies": {
"box-sizing-polyfill": "0.1.0",
"cf-buttons": "^5.0.0",
"cf-core": "^4.6.3",
"cf-expandables": "^5.0.0",
"cf-forms": "^5.0.0",
"cf-grid": "^4.2.4",
"cf-icons": "^4.3.0",
"cf-layout": "^5.0.0",
"cf-notifications": "^2.0.0",
"cf-pagination": "^5.0.0",
"cf-tables": "^4.3.0",
"cf-typography": "^5.0.0",
"html5shiv": "latest",
"jquery": "^3.0.0",
"normalize-css": "^2.0.0",
"normalize-legacy-addon": "0.1.0"
},
"devDependencies": {
"child-process-promise": "^2.2.0",
"csv": "^1.1.1",
"grunt": "^1.0.1",
"grunt-autoprefixer": "^3.0.4",
"grunt-banner": "^0.6.0",
"grunt-browserify": "^5.2.0",
"grunt-concurrent": "^2.3.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.2",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-less": "^1.4.1",
"grunt-contrib-uglify-es": "^3.3.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-legacssy": "~0.4.0",
"grunt-string-replace": "^1.3.1",
"load-grunt-tasks": "^3.5.2",
"moment": "^2.17.1",
"parallelshell": "^3.0.0",
"time-grunt": "^1.4.0"
}
}