-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
64 lines (64 loc) · 1.56 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
{
"name": "frend",
"version": "1.0.0",
"author": "Frend Devs <[email protected]>",
"description": "A collection of accessible, modern front-end components",
"repository": {
"type": "git",
"url": "git+https://github.com/frend/frend.co.git"
},
"devDependencies": {
"autoprefixer": "^6.3.6",
"babel-core": "^6.26.3",
"babel-loader": "6.2.4",
"babel-plugin-add-module-exports": "0.2.1",
"babel-preset-es2015": "^6.24.1",
"babelify": "7.3.0",
"browserify": "13.0.1",
"eslint": "2.9.0",
"event-stream": "3.3.2",
"fontfaceobserver": "1.7.1",
"glob": "7.0.3",
"gulp": "3.9.1",
"gulp-cached": "1.1.0",
"gulp-clean": "0.3.2",
"gulp-concat": "2.6.0",
"gulp-cssnano": "2.1.2",
"gulp-eslint": "2.0.0",
"gulp-postcss": "^6.1.1",
"gulp-rename": "1.2.2",
"gulp-sass": "2.3.1",
"gulp-scss-lint": "0.3.9",
"gulp-sourcemaps": "1.6.0",
"gulp-uglify": "1.5.3",
"promis": "1.1.4",
"run-sequence": "1.1.5",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "1.1.0",
"webpack-stream": "3.2.0"
},
"dependencies": {
"fg-loadcss": "1.2.0",
"fg-loadjs": "0.2.3"
},
"bugs": {
"url": "https://github.com/frend/frend.co/issues"
},
"homepage": "https://github.com/frend/frend.co#readme",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"accessible",
"es2015",
"accordion",
"tabs",
"tooltip",
"off-canvas",
"bypasslinks",
"navigation",
"aria"
],
"license": "MIT"
}