forked from JerJohn15/design-system
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.97 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 1.97 KB
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
{
"name": "usajobs-design-system",
"version": "1.3.0",
"description": "USAJOBS design system",
"keywords": [
"USAJOBS",
"gov",
"design",
"system"
],
"repository": {
"type": "git",
"url": "http://github.com/USAJOBS/design-system.git"
},
"author": "Lab @ OPM",
"contributors": [
"Min Chung <min.chung@opm.gov>",
"Matthew Dingee <matthew.dingee@opm.gov>",
"Debbie LeNard <deborah.lenard@opm.gov>",
"Quadrina Quinn <quadrina.quinn@opm.gov>",
"Kyhry Taylor <kyhry.taylor@opm.gov>",
"Peter Toohey <peter.toohey@opm.gov>"
],
"license": "SEE LICENSE in LICENSE.md",
"bugs": {
"url": "https://github.com/USAJOBS/design-system/issues"
},
"homepage": "http://usajobs.github.io/design-system/",
"devDependencies": {
"babelify": "^7.3.0",
"chosen-js": "^1.8.2",
"clean-css": "^4.1.4",
"grunt": "^1.0.1",
"grunt-autoprefixer": "^3.0.4",
"grunt-base64": "^0.1.0",
"grunt-browserify": "^5.2.0",
"grunt-cli": "^1.2.0",
"grunt-concurrent": "^2.2.1",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-cssmin": "^2.2.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^3.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-notify": "^0.4.5",
"grunt-sass": "^2.0.0",
"grunt-scss-lint": "^0.5.0",
"grunt-shell": "^2.1.0",
"jshint-stylish": "^2.2.0",
"load-grunt-tasks": "^3.5.0",
"node-sass": "^4.5.3",
"opener": "^1.4.3",
"readmore-js": "^2.1.0",
"sass-lint": "^1.10.2",
"scsslint": "0.0.3",
"time-grunt": "^1.3.0"
},
"dependencies": {
"jquery": "^2.2.0",
"uswds": "^1.3.0",
"browserify": "^13.0.0"
},
"scripts": {
"build": "grunt build",
"css": "grunt css",
"deploy": "grunt build",
"js": "grunt js",
"open:repo": "opener http://github.com/USAJOBS/design-system",
"open:module": "opener https://www.npmjs.com/package/usajobs-design-system",
"start": "grunt serve",
"test": "grunt test"
}
}