-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 786 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 786 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
25
26
27
28
29
30
31
32
{
"name": "zeep",
"version": "0.0.0",
"description": "zeepbellen op de kaart met leaflet en react",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/tbeg/zeep.git"
},
"author": "",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/tbeg/zeep/issues"
},
"devDependencies": {
"babel": "~6.0.15",
"babel-core": "~6.1.2",
"babel-loader": "~6.1.0",
"babel-preset-react": "~6.1.2",
"css-loader": "~0.22.0",
"d3": "^3.5.6",
"es6-promise": "~3.0.2",
"react": "~0.14.2",
"react-data-components": "~0.6.0",
"style-loader": "~0.13.0",
"webpack": "~1.12.3",
"webpack-bundle-tracker": "0.0.8"
}
}