-
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 603 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 603 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "fetch-progress",
"version": "1.2.0",
"description": "Progress of response for fetch API",
"main": "index.js",
"typings": "index.d.ts",
"scripts": {
"dev": "parcel examples/index.html",
"build:demo": "parcel build examples/index.html --public-url ./",
"deploy": "gh-pages -d dist"
},
"keywords": [],
"author": "",
"license": "ISC",
"homepage": "https://github.com/samundrak/fetch-progress",
"devDependencies": {
"babel-plugin-transform-class-properties": "^6.24.1",
"gh-pages": "^1.1.0",
"parcel-bundler": "^1.7.0",
"preact": "^8.2.7"
}
}