This repository has been archived by the owner on Dec 3, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
62 lines (62 loc) · 1.69 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
{
"name": "fec-style",
"description": "Shared styles for the new FEC.gov",
"version": "14.3.0",
"repository": {
"type": "git",
"url": "git://github.com/18F/fec-style.git"
},
"scripts": {
"build-icons": "gulp minify-icons && gulp consolidate-icons",
"test": "karma start",
"test-single": "karma start --single-run --browsers PhantomJS"
},
"dependencies": {
"accessible-mega-menu": "git+https://github.com/noahmanger/Accessible-Mega-Menu.git",
"aria-accordion": "0.1.1",
"bleach": "0.3.0",
"glossary-panel": "0.1.2",
"eventemitter2": "0.4.14",
"intro.js": "2.5.0",
"jquery": "3.2.1",
"jquery.inputmask": "3.2.7",
"moment": "2.10.3",
"node-bourbon": "4.2.2",
"node-neat": "1.7.1-beta1",
"perfect-scrollbar": "0.6.2",
"scrollmonitor": "1.0.12",
"typeahead.js": "0.11.1",
"underscore": "1.8.3",
"urijs": "1.17.0"
},
"devDependencies": {
"browserify": "^11.0.1",
"browserify-istanbul": "^0.2.1",
"chai": "^3.2.0",
"fs": "0.0.2",
"gulp": "3.8.11",
"gulp-consolidate": "^0.2.0",
"gulp-css-base64": "^1.3.4",
"gulp-css-urlencode-inline-svgs": "0.0.5",
"gulp-iconfont": "^6.0.0",
"gulp-rename": "^1.2.2",
"gulp-svgmin": "^1.2.2",
"hbsfy": "^2.5.1",
"karma": "^0.13.14",
"karma-browserify": "^4.4.0",
"karma-chai-sinon": "^0.1.5",
"karma-chrome-launcher": "^0.2.1",
"karma-coverage": "^0.5.3",
"karma-mocha": "^0.2.0",
"karma-phantomjs-launcher": "^0.2.1",
"karma-phantomjs-shim": "^1.1.2",
"mocha": "^2.2.5",
"phantomjs": "^2.1.3",
"sinon": "^1.16.1",
"sinon-chai": "^2.8.0"
},
"engines": {
"node": "5.5.0",
"npm": "3.3.12"
}
}