FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
divis/package.json at master · angularsnipp/divis · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
angularsnipp
/
divis
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
divis
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
32 lines (32 loc) · 774 Bytes
Breadcrumbs
divis
/
package.json
Copy path
File metadata and controls
32 lines (32 loc) · 774 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
{
"name"
:
"
divis
"
,
"version"
:
"
0.0.1
"
,
"description"
:
"
Data Interactive Visualizations
"
,
"main"
:
"
index.js
"
,
"scripts"
: {
"build"
:
"
rm -rf build && webpack
"
,
"prepublish"
:
"
npm run build
"
,
"start"
:
"
webpack-dev-server
"
},
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
https://github.com/krispo/divis.git
"
},
"author"
:
"
Konstantin Skipor
"
,
"license"
:
"
MIT
"
,
"dependencies"
: {
"d3"
:
"
^3.5
"
},
"devDependencies"
: {
"babel-core"
:
"
^6.3.15
"
,
"babel-loader"
:
"
^6.2.0
"
,
"babel-preset-es2015"
:
"
^6.3.13
"
,
"autoprefixer"
:
"
^6.3.1
"
,
"css-loader"
:
"
^0.23.1
"
,
"extract-text-webpack-plugin"
:
"
^1.0.1
"
,
"postcss-loader"
:
"
^0.8.0
"
,
"precss"
:
"
^1.4.0
"
,
"style-loader"
:
"
^0.13.0
"
,
"webpack"
:
"
^1.9.11
"
}
}
Back
|
FazBrowse Home
|
New Git URL