This repository has been archived by the owner on May 8, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
91 lines (91 loc) · 2.72 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
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "uswds-bootstrap",
"version": "0.0.1",
"description": "A Bootstrap theme based on the open source UI components and visual style guide for U.S. government websites",
"main": "src/js/start.js",
"scripts": {
"prepublish": "bundle && gulp copy-vendor-sass && gulp build",
"prestart": "gulp copy-vendor-sass",
"start": "gulp website:serve",
"build:package": "gulp copy-vendor-sass && gulp release",
"test": "gulp eslint scss-lint scss-lint-docs test",
"preversion": "npm test",
"version": "npm run prepublish",
"build:website": "gulp copy-vendor-sass && gulp website:build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/18F/web-design-standards.git"
},
"author": "18F",
"contributors": [
"Maya Benari <[email protected]>",
"Marco Segreto <[email protected]>",
"Jeremia Kimelman <[email protected]>",
"Roger Steve Ruiz <[email protected]>",
"Julia Elman <[email protected]>",
"Charlie Weems <[email protected]>"
],
"license": "SEE LICENSE in LICENSE.md",
"bugs": {
"url": "https://github.com/codeforamerica/uswds-bootstrap/issues"
},
"homepage": "https://github.com/codeforamerica/uswds-bootstrap",
"dependencies": {
"bourbon": "^4.2.6",
"bourbon-neat": "^1.7.3",
"cross-spawn": "^2.1.5",
"http-server": "^0.9.0",
"jquery": "^2.2.0",
"normalize.css": "^3.0.3",
"politespace": "^0.1.4"
},
"devDependencies": {
"browserify": "^13.0.0",
"chai": "^3.5.0",
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-cached": "^1.1.0",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^1.1.1",
"gulp-filter": "^3.0.1",
"gulp-git": "^1.8.0",
"gulp-if": "^2.0.0",
"gulp-mocha": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.1.1",
"gulp-scss-lint": "^0.3.9",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"gulp-zip": "^3.1.0",
"inquirer": "^0.11.4",
"jake": "^8.0.12",
"jsdom": "^9.0.0",
"jshint": "^2.9.2",
"karma": "^1.1.1",
"karma-commonjs": "^1.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-mocha": "^1.1.1",
"merge-stream": "^1.0.0",
"minimist": "^1.2.0",
"mocha": "^2.5.3",
"node-sass": "^3.4.2",
"nodemon": "^1.9.2",
"object-merge": "^2.5.1",
"procfile": "^0.1.1",
"quixote": "^0.12.2",
"run-sequence": "^1.1.5",
"semver": "^5.2.0",
"shelljs": "^0.7.0",
"should": "^8.3.1",
"simplebuild-jshint": "^1.3.0",
"simplebuild-karma": "^1.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
}
}