-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 863 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 863 Bytes
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
{
"name": "resetize",
"version": "31.2.0",
"description": "CSS normalization with opinionated resets.",
"style": "dist/resetize.css",
"main": "dist/resetize.css",
"targets": {
"main": false
},
"files": [
"README.md",
"LICENSE.md",
"dist/resetize.css",
"dist/resetize.css.map"
],
"source": "src/resetize.css",
"scripts": {
"test": "parcel test/index.html",
"watch": "parcel",
"build": "parcel build",
"postbuild": "sed -i -e \"s/\\$npm_package_version/$npm_package_version/\" dist/resetize.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/corenzan/resetize.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/corenzan/resetize/issues"
},
"homepage": "https://github.com/corenzan/resetize#readme",
"devDependencies": {
"parcel": "^2.10"
}
}