forked from mozilla/protocol-tokens
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.08 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
{
"name": "@mozilla-protocol/tokens",
"version": "5.0.5",
"description": "Design tokens for Protocol, Mozilla’s design system",
"main": "dist/index.js",
"style": "dist/index.scss",
"scripts": {
"lint-js": "./node_modules/.bin/eslint .",
"lint-css": "./node_modules/.bin/stylelint '**/*.css' '**/*.scss'",
"pretest": "npm run lint-css && npm run lint-js",
"test": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mozilla/protocol-tokens.git"
},
"keywords": [
"design",
"system",
"tokens",
"colors",
"variables"
],
"author": "Mozilla",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/mozilla/protocol-tokens/issues"
},
"homepage": "https://github.com/mozilla/protocol-tokens#readme",
"devDependencies": {
"@mozilla-protocol/eslint-config": "^1.1.0",
"del": "^3.0.0",
"eslint": "^5.13.0",
"gulp": "^4.0.0",
"gulp-rename": "^1.4.0",
"gulp-theo": "^2.0.0",
"merge-stream": "^1.0.1",
"require-dir": "^1.2.0",
"stylelint": "^9.10.1",
"theo": "^8.1.1"
}
}