-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 866 Bytes
/
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
{
"name": "spacings",
"version": "0.1.0",
"description": "8-point spacings.",
"source": "src/index.scss",
"main": "dist/index.css",
"targets": {
"main": false
},
"scripts": {
"watch": "parcel watch",
"build": "parcel build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/planetabhi/spacings.git"
},
"keywords": [
"spacing",
"spacing-blocks",
"tokens",
"utilities",
"variables",
"8-point",
"margins",
"paddings"
],
"author": "@planetabhi",
"license": "MIT",
"bugs": {
"url": "https://github.com/planetabhi/spacings/issues"
},
"homepage": "https://github.com/planetabhi/spacings#readme",
"devDependencies": {
"@parcel/transformer-css": "^2.13.2",
"@parcel/transformer-sass": "^2.13.2",
"autoprefixer": "^10.4.20",
"parcel": "^2.13.2"
}
}