forked from edx/ux-pattern-library
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.35 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.35 KB
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": "edx-pattern-library",
"version": "0.8.15",
"author": "edX UX Team <ux@edx.org>",
"license": "Apache-2.0",
"description": "The (working) Visual, UI, and Front End Styleguide for edX Apps",
"keywords": [
"atomic design",
"edx",
"open edx",
"patterns",
"pattern library",
"UI starter"
],
"homepage": "http://ux.edx.org",
"main": "_settings.scss",
"repository": {
"type": "git",
"url": "git://github.com/edx/ux-pattern-library.git"
},
"dependencies": {
"bi-app-sass": "^1.1.0",
"bourbon": "^4.2.6",
"breakpoint-sass": "^2.6.1",
"jquery": "^1.11.1",
"requirejs": "^2.1.22",
"requirejs-plugins": "^1.0.2",
"susy": "^2.2.9"
},
"devDependencies": {
"browser-sync": "*",
"del": "*",
"gulp": "*",
"gulp-autoprefixer": "*",
"gulp-changed": "*",
"gulp-concat": "*",
"gulp-filesize": "*",
"gulp-filter": "*",
"gulp-imagemin": "*",
"gulp-minify-css": "*",
"gulp-notify": "*",
"gulp-rename": "*",
"gulp-sass": "*",
"gulp-sourcemaps": "*",
"gulp-uglify": "*",
"gulp-util": "*",
"imagemin-pngquant": "*",
"lodash": "*",
"merge-stream": "*",
"require-dir": "*",
"run-sequence": "*"
},
"scripts": {
"production": "gulp build-production",
"gulp": "gulp",
"development": "gulp build-development"
}
}