UNPKG

2.25 kBJSONView Raw
1{
2 "name": "capital-framework",
3 "version": "4.10.0",
4 "description": "CFPB's UI framework",
5 "main": "src/capital-framework.js",
6 "less": "src/capital-framework.less",
7 "style": "dist/capital-framework.css",
8 "author": {
9 "name": "Consumer Financial Protection Bureau",
10 "email": "tech@cfpb.gov",
11 "url": "https://consumerfinance.gov"
12 },
13 "license": "CC0-1.0",
14 "keywords": [
15 "capital-framework"
16 ],
17 "repository": {
18 "type": "git",
19 "url": "git+ssh://git@github.com/cfpb/capital-framework.git"
20 },
21 "bugs": {
22 "url": "https://github.com/cfpb/capital-framework/issues"
23 },
24 "scripts": {
25 "release": "./scripts/travis/release.sh",
26 "build": "gulp build",
27 "test": "gulp test",
28 "cf-link": "node scripts/npm/link"
29 },
30 "devDependencies": {
31 "babel-core": "^6.26.0",
32 "babel-loader": "^7.1.2",
33 "babel-preset-env": "^1.6.0",
34 "bluebird": "^3.0.5",
35 "chalk": "^1.1.1",
36 "child-process-promise": "^1.1.0",
37 "deepmerge": "^0.2.10",
38 "finalhandler": "^0.4.1",
39 "fs-readdir-promise": "^1.0.1",
40 "gulp": "^3.9.0",
41 "gulp-apply-template": "0.0.2",
42 "gulp-autoprefixer": "4.0.0",
43 "gulp-cssmin": "^0.2.0",
44 "gulp-data": "^1.2.0",
45 "gulp-eslint": "^3.0.1",
46 "gulp-foreach": "^0.1.0",
47 "gulp-ignore": "^2.0.1",
48 "gulp-json-format": "^1.0.0",
49 "gulp-less": "^3.3.2",
50 "gulp-markdown": "^1.1.0",
51 "gulp-qunit": "^1.3.0",
52 "gulp-rename": "^1.2.2",
53 "gulp-rimraf": "^0.2.0",
54 "in-publish": "^2.0.0",
55 "indent-string": "^2.1.0",
56 "is-travis": "^1.0.0",
57 "lodash": "^3.10.1",
58 "log-symbols": "^1.0.2",
59 "marked": "^0.3.5",
60 "minimist": "^1.2.0",
61 "npm-registry-client": "^7.0.7",
62 "promisify-node": "^0.2.1",
63 "qunit": "^1.0.0",
64 "require-dir": "^0.3.2",
65 "run-sequence": "^1.1.4",
66 "semver": "^5.0.3",
67 "serve-static": "^1.10.0",
68 "silent-npm-registry-client": "^1.0.0",
69 "vinyl-named": "^1.1.0",
70 "wcag": "^0.2.2",
71 "webpack": "^3.5.5",
72 "webpack-stream": "^4.0.0"
73 },
74 "dependencies": {
75 "atomic-component": "^1.3.2",
76 "classlist-polyfill": "^1.0.3",
77 "jquery": "~1.11.0",
78 "jquery.easing": "~1.3.0",
79 "normalize-css": "^2.0.0",
80 "normalize-legacy-addon": "0.1.0"
81 }
82}
\No newline at end of file