forked from rrag/react-stockcharts-examples2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 695 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 695 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
{
"name": "react-stockcharts-examples2",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"publish": "node scripts/buildexamples.js",
"updateTemplate": "cd scripts/templatePackage && npm run reinstall-deps",
"push": "git add -A && git commit -m 'updating examples' && git push"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rrag/react-stockcharts-examples2.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/rrag/react-stockcharts-examples2/issues"
},
"homepage": "https://github.com/rrag/react-stockcharts-examples2#readme",
"dependencies": {
"fs-extra": "^4.0.2"
}
}