-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.03 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "urban-couscous",
"version": "1.0.0",
"description": "small project using rest API, and d3",
"main": "index.js",
"scripts": {
"karma": "karma start",
"start": "webpack-dev-server --colors",
"build": "webpack --env prod",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kartikadur/urban-couscous.git"
},
"keywords": [
"REST",
"webpack",
"D3"
],
"author": "kartik adur",
"license": "MIT",
"bugs": {
"url": "https://github.com/kartikadur/urban-couscous/issues"
},
"homepage": "https://github.com/kartikadur/urban-couscous#readme",
"devDependencies": {
"autoprefixer": "^7.1.2",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.5",
"eslint": "^4.5.0",
"eslint-config-airbnb-base": "^11.3.1",
"eslint-plugin-import": "^2.7.0",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"html-loader": "^0.5.1",
"html-webpack-plugin": "^2.30.1",
"jasmine-core": "^2.7.0",
"jasmine-sinon": "^0.4.0",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "^1.1.0",
"karma-mocha-reporter": "^2.2.3",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sinon": "^1.0.5",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.4",
"mustache": "^2.3.0",
"node-sass": "^4.5.3",
"phantomjs-prebuilt": "^2.1.15",
"postcss-loader": "^2.0.6",
"rimraf": "^2.6.1",
"sass-loader": "^6.0.6",
"sinon": "^3.2.1",
"style-loader": "^0.18.2",
"webpack": "^3.5.5",
"webpack-dev-server": "^2.7.1",
"webpack-merge": "^4.1.0"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"d3": "^4.10.0",
"d3-queue": "^3.0.7",
"datalist-polyfill": "^1.10.0",
"font-awesome": "^4.7.0",
"normalize.css": "^7.0.0",
"rxjs": "^5.4.3",
"topojson": "^3.0.0",
"whatwg-fetch": "^2.0.3"
}
}