-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.27 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.27 KB
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
42
43
44
45
46
47
{
"name": "kkdata",
"version": "0.0.0",
"description": "Visualisering af KK Open Data",
"main": "app.js",
"scripts": {
"start": "npm run lint && node devServer.js",
"lint": "eslint src",
"jsdoc": "jsdoc src -r",
"test": "mocha --compilers js:babel-register test/tests/**/*.js --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jonaskobber/kkdata.git"
},
"author": "Jonas Kobberø",
"license": "ISC",
"bugs": {
"url": "https://github.com/Jonaskobber/kkdata/issues"
},
"homepage": "https://github.com/Jonaskobber/kkdata#readme",
"dependencies": {
"d3": "^3.5.10",
"history": "^1.13.1",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"react-router": "^1.0.2"
},
"devDependencies": {
"babel-core": "^6.3.17",
"babel-eslint": "^4.1.6",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"css-loader": "^0.23.0",
"eslint": "^1.10.3",
"eslint-plugin-babel": "^3.0.0",
"eslint-plugin-react": "^3.11.3",
"express": "^4.13.3",
"node-sass": "^3.4.2",
"sass-loader": "^3.1.2",
"style-loader": "^0.13.0",
"webpack": "^1.12.9",
"webpack-dev-middleware": "^1.4.0",
"webpack-hot-middleware": "^2.6.0"
}
}