forked from rei/rei-cedar-vue-2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
103 lines (103 loc) · 2.86 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
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "rei-cedar",
"longName": "REI Cedar Style Framework",
"version": "1.6.3",
"description": "REI's mobile-first, responsive UI framework",
"author": "REI Software Engineering",
"homepage": "https://rei.github.io/rei-cedar/",
"scripts": {
"build": "gulp",
"build-docker": "gulp build-docker",
"build-docs": "gulp docs",
"accessibility:audit-templates": "gulp accessibility:audit-templates",
"accessibility:audit-docs": "gulp accessibility:audit-docs",
"accessibility:audit-pa11y": "gulp accessibility:audit-pa11y",
"test-ui": "casperjs test test/test-ui/main.js",
"ucss": "ucss",
"reference": "backstop reference --configPath=backstop.js",
"compare": "backstop test --configPath=backstop.js",
"approve": "backstop approve --configPath=backstop.js"
},
"urls": {
"repo": "https://github.com/rei/rei-cedar"
},
"less": "less/bootstrap.less",
"repository": {
"type": "git",
"url": "[email protected]:rei/rei-cedar.git"
},
"license": "MIT",
"main": "dist/rei-cedar-components.js",
"dependencies": {
"bootstrap": "^3.3.6",
"jquery": "2.2.4",
"normalize.css": "^3.0.3"
},
"devDependencies": {
"autoprefixer": "^6.3.6",
"babel-core": "^6.13.2",
"babel-preset-es2015-riot": "^1.1.0",
"babelify": "^7.3.0",
"backstopjs": "^2.7.0",
"browser-sync": "^2.13.0",
"browserify": "^13.0.0",
"create-file": "^1.0.1",
"del": "^2.0.2",
"delete": "^0.3.2",
"event-stream": "^3.3.2",
"glob": "^7.0.0",
"gulp": "^3.9.1",
"gulp-a11y": "^0.1.1",
"gulp-concat": "^2.6.1",
"gulp-csscomb": "^3.0.6",
"gulp-csslint": "^0.3.0",
"gulp-csslint-less-reporter": "^0.1.0",
"gulp-cssmin": "^0.1.7",
"gulp-cssnano": "^2.1.1",
"gulp-inject": "^4.0.0",
"gulp-less": "^3.0.5",
"gulp-pa11y": "0.0.4",
"gulp-postcss": "^6.1.0",
"gulp-qunit": "^1.3.1",
"gulp-rename": "^1.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^1.5.2",
"jquery": "https://registry.npmjs.org/jquery/-/jquery-2.2.4.tgz",
"lodash": "^4.17.4",
"memory-cache": "^0.1.4",
"node-bourbon": "^4.2.8",
"node-qunit-phantomjs": "^1.3.1",
"node-sass": "^4.3.0",
"open": "0.0.5",
"pa11y": "^3.5.1",
"phantomjs-prebuilt": "^2.1.7",
"require-globify": "^1.4.1",
"riot-compiler": "^3.2.1",
"riotify": "^1.0.1",
"run-sequence": "^1.1.5",
"through2": "https://registry.npmjs.org/through2/-/through2-2.0.1.tgz",
"ucss": "^0.4.8",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"engines": {
"node": ">=4.0"
},
"files": [
"src",
"dist",
"gulpfile.js",
"LICENSE",
".babelrc"
],
"a11y": {
"viewportSize": "800x600",
"delay": 0,
"verbose": true
},
"pa11y": {
"url": "https://rei.github.io/rei-cedar/",
"standard": "WCAG2AA"
}
}