-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.47 KB
/
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
40
41
{
"name": "js-project",
"version": "1.0.0",
"description": "### Background and Overview Bitcoin has had a meteoric rise in media coverage over the last year as well as record breaking increases in value that has never before been seen in modern-day finance. Why is that? What caused it? The bitcoin nexus will provide a time series chart that follows bitcoins price. Users can click on specific dates and will be provided with a display of links and thumnbnails showing news stories that were trending that date, providing unique insight into understanding the trends and forces that influence this cryptocurrencies erratic fluctuations.",
"main": "index.js",
"watches": {
"sass": "sass/**"
},
"scripts": {
"test": "console.log(\"hello\")",
"sass": "node-sass -w -r sass/ -o css/",
"start": "webpack --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TmNguyen12/js-project.git"
},
"keywords": [
"javascript",
"project"
],
"author": "Truong Nguyen",
"license": "ISC",
"bugs": {
"url": "https://github.com/TmNguyen12/js-project/issues"
},
"homepage": "https://github.com/TmNguyen12/js-project#readme",
"dependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2017": "^6.24.1",
"d3": "^3.5.17",
"d3-queue": "^3.0.7",
"webpack": "^3.10.0"
},
"devDependencies": {
"node-sass": "^4.7.2",
"rerun-script": "^0.6.0",
"sass-loader": "^6.0.6"
}
}