forked from uswds/uswds
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.23 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
{
"name": "uswds",
"version": "0.14.0",
"description": "Open source UI components and visual style guide for U.S. government websites",
"main": "src/js/start.js",
"scripts": {
"check-publish": "publish",
"prepublish": "gulp copy-vendor-sass && gulp build",
"prestart": "gulp copy-vendor-sass",
"build:package": "gulp copy-vendor-sass && gulp release",
"build": "gulp build",
"test": "gulp eslint test",
"preversion": "npm test",
"version": "npm run prepublish",
"watch": "watch 'npm run build' ./src"
},
"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]>",
"Shawn Allen <[email protected]>"
],
"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": "github:thoughtbot/neat#neat-1.8.0-node-sass",
"classlist-polyfill": "^1.0.3",
"cross-spawn": "^2.1.5",
"lodash.debounce": "^4.0.7",
"normalize.css": "^3.0.3"
},
"devDependencies": {
"@18f/stylelint-rules": "^1.2.0",
"browserify": "^13.0.0",
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-clean": "^0.3.1",
"gulp-cssnano": "^2.1.2",
"gulp-eslint": "^1.1.1",
"gulp-filter": "^3.0.1",
"gulp-mocha": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.1.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-stylelint": "^2.0.2",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"gulp-zip": "^3.1.0",
"jquery": "^2.2.0",
"jsdom": "^9.0.0",
"jsdom-global": "^2.1.0",
"mocha": "^2.4.5",
"node-notifier": "^4.6.0",
"node-sass": "^3.4.2",
"run-sequence": "^1.1.5",
"should": "^8.3.1",
"sinon": "^1.17.5",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watch": "^0.17.1"
}
}