-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
39 lines (39 loc) · 1.05 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
{
"name": "design-system-android",
"version": "3.2.0",
"repository": "https://github.com/salesforce-ux/design-system-android.git",
"license": "SEE LICENSE IN README.md",
"description": "Lightning Design System tokens, icons and fonts for Android",
"main": "index.js",
"scripts": {
"build": "gulp",
"pretest": "gulp",
"test": "mocha"
},
"author": "Salesforce UX",
"dependencies": {
"@salesforce-ux/design-system": "^2.4.3",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-consolidate": "^0.2.0",
"gulp-data": "^1.2.1",
"gulp-edit-xml": "^2.0.0",
"gulp-filter": "^5.0.0",
"gulp-iconfont": "^8.0.1",
"gulp-json-concat": "0.0.5",
"gulp-json-format": "^1.0.0",
"gulp-nunjucks": "^2.3.0",
"gulp-rename": "^1.2.2",
"gulp-svgmin": "^1.2.3",
"gulp-svgo": "^1.0.3",
"gulp-yaml": "^1.0.1",
"gutil": "^1.6.4",
"lodash": "^4.17.4",
"merge2": "^1.0.3",
"mocha": "^3.2.0",
"run-sequence": "^1.2.2",
"theo": "^5.0.0-beta.1",
"through2": "^2.0.3",
"tinycolor2": "^1.4.1"
}
}