forked from cfpb/design-manual
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·51 lines (51 loc) · 1.46 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
41
42
43
44
45
46
47
48
49
50
51
{
"name": "design-manual",
"version": "0.1.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"
],
"dependencies": {
"cf-buttons": "^3.0.3",
"cf-core": "^3.2.0",
"cf-expandables": "^3.0.3",
"cf-forms": "^3.0.3",
"cf-grid": "^3.1.1",
"cf-icons": "^3.0.4",
"cf-layout": "^3.0.6",
"cf-pagination": "^3.0.4",
"cf-tables": "^1.0.0",
"cf-typography": "^3.0.4",
"html5shiv": "latest",
"box-sizing-polyfill": "0.1.0",
"normalize-css": "^2.0.0",
"normalize-legacy-addon": "0.1.0",
"jquery": "~1.11.0"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-autoprefixer": "~2.0.0",
"grunt-banner": "~0.2.3",
"grunt-browserify": "~4.0.1",
"grunt-concurrent": "~1.0.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-copy": "~0.7.0",
"grunt-contrib-cssmin": "~0.10.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-less": "~1.2.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-legacssy": "~0.4.0",
"grunt-string-replace": "~1.0.0",
"grunt-topdoc": "~0.3.0",
"load-grunt-tasks": "~1.0.0",
"time-grunt": "~1.0.0"
}
}