-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 2.32 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
75
76
77
78
79
80
81
{
"name": "ui-sandbox-angular",
"version": "1.0.0",
"description": "angular 1.5 + webpack + semanticui",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vincentlaucy/ui-sandbox-angular.git"
},
"author": "",
"bugs": {
"url": "https://github.com/vincentlaucy/ui-sandbox-angular/issues"
},
"homepage": "https://github.com/vincentlaucy/ui-sandbox-angular#readme",
"devDependencies": {
"chai": "^3.5.0",
"css-loader": "^0.23.1",
"eslint": "^3.0.1",
"eslint-config-google": "^0.6.0",
"file-loader": "^0.9.0",
"gulp": "^3.9.1",
"gulp-changed": "^1.3.0",
"gulp-gh-pages": "^0.5.4",
"html-webpack-plugin": "^2.10.0",
"json-loader": "^0.5.4",
"karma": "^0.13.22",
"karma-mocha": "0.2.2",
"karma-phantomjs-launcher": "1.0.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.24",
"karma-webpack": "^1.7.0",
"merge-stream": "^1.0.0",
"mocha": "^2.4.5",
"numeral": "^1.5.3",
"phantomjs-prebuilt": "^2.1.8",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"angular": "^1.5.1",
"angular-animate": "^1.5.7",
"angular-bluebird-promises": "^1.0.1",
"angular-busy": "^4.1.3",
"angular-leaflet-directive": "^0.10.0",
"angular-mocks": "^1.5.7",
"angular-route": "^1.5.7",
"angular-semantic-ui": "^1.0.18",
"angularjs-slider": "^5.4.0",
"babel-core": "^6.10.4",
"babel-eslint": "4.1.8",
"babel-loader": "^6.2.4",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "6.3.13",
"bluebird": "^3.4.1",
"chroma-js": "^1.1.1",
"crossfilter": "^1.3.12",
"d3-collection": "^1.0.0",
"dc": "^2.0.0-beta.31",
"dotenv": "^2.0.0",
"eslint-loader": "^1.4.1",
"gulp-concat": "^2.6.0",
"gulp-file": "^0.3.0",
"html-loader": "^0.4.3",
"html-webpack-plugin": "^2.15.0",
"jquery": "^3.1.0",
"karma-chrome-launcher": "0.2.3",
"karma-phantomjs-launcher": "1.0.0",
"leaflet": "^0.7.7",
"mapshaper": "^0.3.27",
"moment": "^2.14.1",
"papaparse": "^4.1.2",
"phantomjs-polyfill": "0.0.2",
"semantic-ui": "^2.1.8",
"style-loader": "^0.13.1",
"topojson": "^1.6.26",
"url-loader": "^0.5.7"
}
}