-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
35 lines (35 loc) · 943 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
{
"name": "react-progress",
"version": "0.0.12",
"description": "Youtube style progress bar for React",
"main": "dist/react-progress.js",
"scripts": {
"prepublish": "npm run build:umd",
"build": "webpack src/react-progress.js dist/react-progress.js",
"build:umd": "npm run build && NODE_ENV=production webpack src/react-progress.js dist/react-progress.min.js"
},
"repository": {
"type": "git",
"url": "https://github.com/cezary/react-progress.git"
},
"keywords": [
"react",
"react-component",
"progress",
"youtube"
],
"author": "Cezary Wojtkowski <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/cezary/react-progress/issues"
},
"homepage": "https://github.com/cezary/react-progress",
"peerDependencies": {
"react": ">=0.14.0"
},
"devDependencies": {
"babel": "^5.8.23",
"babel-loader": "^5.4.0",
"webpack": "^1.12.9"
}
}