This repository has been archived by the owner on Nov 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 49
/
package.json
70 lines (70 loc) · 1.82 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
{
"name": "@audi/audi-ui",
"version": "1.0.0-alpha.1",
"description": "Audi UI components in HTML, CSS and JS.",
"author": "Audi",
"private": false,
"homepage": "https://github.com/audi/audi-ui",
"repository": {
"type": "git",
"url": "git://github.com/audi/audi-ui.git"
},
"main": "dist/audi-ui.min.js",
"devDependencies": {
"@audi/audi-icon": "^1.0.0-alpha.1",
"@audi/audi-type": "^1.0.0-alpha.1",
"babel": "6.3.13",
"babel-core": "6.1.18",
"babel-eslint": "5.0.0",
"babel-loader": "6.1.0",
"babel-plugin-add-module-exports": "0.1.2",
"babel-plugin-transform-es2015-classes": "^6.9.0",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "6.3.13",
"bezier-easing": "^2.0.3",
"browser-sync": "^2.17.3",
"del": "^2.2.2",
"dom4": "^1.8.3",
"eslint": "1.7.2",
"eslint-loader": "1.1.0",
"fontfaceobserver": "^2.0.5",
"gulp": "4.0.2",
"gulp-autoprefixer": "^3.1.1",
"gulp-csso": "^2.0.0",
"gulp-data": "^1.2.1",
"gulp-header": "^1.8.8",
"gulp-if": "^2.0.1",
"gulp-load-plugins": "^1.2.4",
"gulp-notify": "^2.2.0",
"gulp-nunjucks-render": "^2.0.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^2.0.0",
"gulp-to-json": "^1.0.1",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"normalize.css": "^5.0.0",
"nouislider": "^9.2.0",
"path": "^0.12.7",
"tether": "^1.3.7",
"urijs": "^1.18.2",
"webpack": "1.12.9",
"webpack-stream": "^3.2.0"
},
"scripts": {
"build": "gulp",
"test:visual": "gulp test:visual"
},
"engines": {
"node": ">=6.0.0"
},
"bugs": {
"url": "https://github.com/audi/audi-ui/issues"
},
"directories": {
"test": "test"
},
"license": "Apache-2.0"
}