forked from uswds/uswds
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.93 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
{
"name": "uswds",
"version": "0.9.1",
"description": "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": "gulp copy-vendor-sass && gulp release",
"test": "gulp eslint scss-lint",
"preversion": "npm test",
"version": "npm run prepublish",
"deploy": "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 <maya.ben-ari@gsa.gov>",
"Marco Segreto <marco.segreto@gsa.gov>",
"Jeremia Kimelman <jeremia.kimelman@gsa.gov>",
"Roger Steve Ruiz <roger.ruiz@gsa.gov>"
],
"license": "SEE LICENSE in LICENSE.md",
"bugs": {
"url": "https://github.com/18F/web-design-standards/issues"
},
"homepage": "https://github.com/18F/web-design-standards#readme",
"dependencies": {
"bourbon": "^4.2.6",
"bourbon-neat": "^1.7.3",
"cross-spawn": "^2.1.5",
"jquery": "^2.2.0",
"normalize.css": "^3.0.3",
"politespace": "^0.1.4"
},
"devDependencies": {
"browserify": "^13.0.0",
"del": "^2.2.0",
"gulp": "^3.9.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-if": "^2.0.0",
"gulp-rename": "^1.2.2",
"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",
"merge-stream": "^1.0.0",
"minimist": "^1.2.0",
"node-sass": "^3.4.2",
"run-sequence": "^1.1.5",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
}
}