-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.02 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
{
"name": "libraryusagebymonth",
"version": "1.0.0",
"description": "Static line graph of monthly LAPL usage",
"main": "index.js",
"scripts": {
"test": "mocha --watch",
"start": "webpack-dev-server --open",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nkgentile/library-usage-by-month.git"
},
"keywords": [
"d3"
],
"author": "Noah Gentile",
"license": "ISC",
"bugs": {
"url": "https://github.com/nkgentile/library-usage-by-month/issues"
},
"homepage": "https://github.com/nkgentile/library-usage-by-month#readme",
"dependencies": {
"d3": "^4.12.0"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.34",
"@babel/preset-env": "^7.0.0-beta.34",
"babel-loader": "^8.0.0-beta.0",
"mocha": "^4.0.1",
"chai": "^4.1.2",
"clean-webpack-plugin": "^0.1.17",
"css-loader": "^0.28.7",
"html-webpack-plugin": "^2.30.1",
"style-loader": "^0.19.0",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.9.5"
}
}