-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 912 Bytes
/
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
{
"name": "angular-d3-koa",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/noreng/angular-d3-koa.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/noreng/angular-d3-koa/issues"
},
"homepage": "https://github.com/noreng/angular-d3-koa#readme",
"devDependencies": {
"babel-core": "^6.11.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"webpack": "^1.13.1"
},
"dependencies": {
"angular": "^1.5.8",
"angular-ui-router": "^0.3.1",
"d3": "^4.1.1",
"koa": "^1.2.1",
"koa-bodyparser": "^2.2.0",
"koa-route": "^2.4.2",
"koa-static": "^2.0.0",
"pg": "^6.0.3",
"raw-loader": "^0.5.1",
"sequelize": "^3.23.6"
}
}