-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
58 lines (58 loc) · 1.41 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
{
"name": "@a-ui/core",
"version": "1.0.0",
"description": "",
"repository": {
"type": "git",
"url": "https://github.com/a-ui/core_branding_scss.git"
},
"scripts": {
"prepublish": "gulp build",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp build"
},
"files": [
"dist/**"
],
"contributors": [
{
"name": "Jasper Van Proeyen",
"email": "[email protected]"
},
{
"name": "Sander Geenen",
"email": "[email protected]"
}
],
"license": "MIT",
"devDependencies": {
"autoprefixer": "^6.7.5",
"browser-sync": "^2.18.8",
"cssnano": "^3.10.0",
"glob": "^7.1.2",
"gulp": "^3.9.1",
"gulp-bump": "^2.7.0",
"gulp-clean": "^0.3.2",
"gulp-consolidate": "^0.2.0",
"gulp-css-url-adjuster": "^0.2.3",
"gulp-git": "^2.0.1",
"gulp-header-license": "^1.0.9",
"gulp-iconfont": "^8.0.1",
"gulp-imagemin": "^3.1.1",
"gulp-merge-media-queries": "^0.2.1",
"gulp-nunjucks": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.3.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^3.1.0",
"gulp-sass-lint": "^1.3.2",
"gulp-sourcemaps": "^2.4.1",
"gulp-watch": "^4.3.11",
"list-selectors": "^2.0.0",
"lodash": "^4.17.4",
"merge-stream": "^1.0.1",
"run-sequence": "^1.2.2",
"sass-vars-to-js": "^0.8.7"
}
}