-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 971 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
{
"name": "react-progress-arc",
"version": "2.0.0",
"description": "Simple circular progress meters",
"main": "lib/ProgressArc.js",
"scripts": {
"build": "babel src --out-dir lib",
"lint": "eslint ./src",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/okjake/react-progress-arc.git"
},
"keywords": [
"react-component",
"react",
"progress",
"circular",
"arc"
],
"author": "Jake Pyne",
"license": "MIT",
"bugs": {
"url": "https://github.com/okjake/react-progress-arc/issues"
},
"homepage": "https://github.com/okjake/react-progress-arc#readme",
"devDependencies": {
"babel": "^6.3.13",
"babel-cli": "^6.3.17",
"babel-eslint": "^4.1.6",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"eslint": "^1.10.3",
"react": "^0.14.0"
},
"dependencies": {}
}