This repository has been archived by the owner on Feb 14, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
90 lines (90 loc) · 2.73 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
82
83
84
85
86
87
88
89
90
{
"name": "Dollar_Street",
"version": "0.10.2",
"description": "",
"main": "gulpfile.js",
"scripts": {
"test": "gulp lint",
"dev": "webpack-dev-server --port 8082 --hotOnly --host 0.0.0.0",
"build": "webpack -p --progress --color --display-modules -v",
"karma": "karma start configs/karma.webpack.conf.js",
"karma-coverage": "karma start configs/karma.webpack.coverage.conf.js",
"clear-cloudflare-cache": "./scripts/cloudflare_cache_clear.sh"
},
"dependencies": {
"angular": "1.4.7",
"angular-bootstrap": "0.12.2",
"angular-resource": "1.4.7",
"angular-sanitize": "1.4.7",
"angular-touch": "1.4.7",
"angular-ui-router": "0.2.15",
"angulartics": "1.0.2",
"angulartics-google-analytics": "0.1.4",
"bootstrap": "3.3.5",
"bootstrap-webpack": "0.0.5",
"eslint": "1.6.0",
"jquery": "2.1.4",
"lodash": "4.16.4",
"moment": "2.15.2",
"ng-infinite-scroll": "1.2.0",
"webpack": "1.12.2"
},
"devDependencies": {
"amdefine": "1.0.0",
"angular-mocks": "1.4.7",
"angular-template-url-loader": "2.0.0",
"autoprefixer-loader": "3.1.0",
"babel-core": "5.8.25",
"babel-loader": "5.3.2",
"balanced-match": "0.2.0",
"chai": "3.3.0",
"clean-webpack-plugin": "0.1.16",
"compression-webpack-plugin": "0.3.2",
"concat-map": "0.0.1",
"copy-webpack-plugin": "4.0.1",
"css-loader": "0.19.0",
"estraverse": "4.2.0",
"expose-loader": "0.7.0",
"extract-text-webpack-plugin": "0.8.2",
"file-loader": "0.8.4",
"gulp": "3.9.0",
"gulp-clean": "0.3.1",
"gulp-eslint": "1.0.0",
"html-inline-css-webpack-plugin": "1.4.0",
"html-webpack-inline-source-plugin": "0.0.10",
"html-webpack-plugin": "1.6.2",
"image-webpack-loader": "1.6.1",
"karma": "0.13.11",
"karma-chai": "0.1.0",
"karma-chai-sinon": "0.1.5",
"karma-chrome-launcher": "0.2.1",
"karma-coverage": "0.5.2",
"karma-mocha": "0.2.0",
"karma-ng-html2js-preprocessor": "0.2.0",
"karma-phantomjs-launcher": "0.2.1",
"karma-sinon": "1.0.4",
"karma-webpack": "1.7.0",
"mini-css-extract-plugin": "0.5.0",
"mocha": "3.1.2",
"mocha-istanbul": "0.3.0",
"null-loader": "0.1.1",
"phantomjs": "2.1.7",
"raw-loader": "1.0.0",
"replace-url-html-webpack-plugin": "1.0.2",
"uglifyjs-webpack-plugin": "2.1.1",
"webpack-dev-server": "1.12.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Gapminder/dollar-street-cms-api.git"
},
"keywords": [
"dollarstreet"
],
"author": "Valor Software",
"license": "ISC",
"bugs": {
"url": "https://github.com/Gapminder/dollar-street-cms-api/issues"
},
"homepage": "https://github.com/Gapminder/dollar-street-cms-api#readme"
}