-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
108 lines (108 loc) · 2.75 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "@buildit/gravity-particles",
"version": "0.3.0",
"description": "Design token data and common assets used by other Gravity libraries and tools.",
"main": "dist/js/index.js",
"types": "dist/js/index.d.ts",
"files": [
"build-api.js",
"build-consts.js",
"dist/js/",
"dist/scss/",
"dist/svg/"
],
"scripts": {
"build": "gulp",
"commit": "git-cz",
"semantic-release": "semantic-release",
"clean": "gulp clean",
"clean-bin": "gulp clean-bin",
"test": "jest --noStackTrace"
},
"repository": {
"type": "git",
"url": "https://github.com/buildit/gravity-particles.git"
},
"keywords": [
"eyeglass-module",
"design",
"tokens",
"assets",
"icons",
"logos",
"buildit",
"gravity",
"design",
"system"
],
"author": {
"name": "Buildit | Wipro Digital",
"url": "https://buildit.wiprodigital.com/"
},
"contributors": [
"Allan Corbett (http://superallan.com/)",
"Daniel Bull (http://danbull.uk/)",
"Elohina Guevara (https://elohina.dev/)",
"James Nash (http://cirrus.twiddles.com/)",
"Jon Lazarini (https://FiF0o.github.io/)"
],
"bugs": {
"url": "https://github.com/buildit/gravity-particles/issues"
},
"homepage": "https://github.com/buildit/gravity-particles#readme",
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^9.0.1",
"@commitlint/config-conventional": "^8.3.4",
"@commitlint/travis-cli": "^9.0.1",
"@semantic-release/changelog": "^5.0.0",
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.0.5",
"@semantic-release/npm": "^7.0.5",
"@semantic-release/release-notes-generator": "^9.0.1",
"ase-utils": "^0.1.1",
"color": "^3.1.2",
"commitizen": "^4.0.3",
"cz-conventional-changelog": "^3.1.0",
"del": "^5.1.0",
"gulp": "^4.0.0",
"gulp-download-files": "0.0.3",
"gulp-nunjucks-render": "^2.2.3",
"gulp-shell": "^0.8.0",
"gulp-typescript": "^5.0.1",
"gulp-unzip": "^1.1.0",
"husky": "^4.2.3",
"jest": "^26.0.1",
"lodash.camelcase": "^4.3.0",
"lodash.kebabcase": "^4.1.1",
"lodash.startcase": "^4.4.0",
"nunjucks": "^3.2.1",
"semantic-release": "^17.0.4",
"style-dictionary": "^2.8.3",
"typescript": "^3.8.3"
},
"engines": {
"node": ">= 8.11.1",
"npm": ">= 5.8.0"
},
"eyeglass": {
"sassDir": "dist/scss",
"name": "gravity-particles",
"exports": false,
"needs": "^1.4.1 || ^2.0.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"dependencies": {
"gulp-svgo": "^2.1.1"
}
}