This repository has been archived by the owner on May 1, 2024. It is now read-only.
forked from epimorphics/rainfall-api-demonstrator
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
63 lines (63 loc) · 1.78 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
{
"name": "rainfall-demonstrator",
"version": "0.0.1",
"description": "Demonstrate the use of the new Environment Agency rainfall data API",
"main": "index.js",
"dependencies": {
"babel-polyfill": "^6.13.0",
"bootstrap-sass": "^3.3.7",
"chartist": "^0.10.1",
"chartist-plugin-axistitle": "0.0.1",
"font-awesome": "^4.6.3",
"jquery": "^3.1.1",
"jsdom": "^9.5.0",
"leaflet": "^1.0.0",
"leaflet.markercluster": "^1.0.0-rc.1.0",
"lodash": "^4.16.2",
"moment": "^2.15.1",
"query-string": "^4.2.3",
"superagent": "^3.4.1 ",
"typeahead": "^0.2.2"
},
"devDependencies": {
"babel-core": "^6.14.0",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.14.0",
"babel-register": "^6.14.0",
"babelify": "^7.3.0",
"browser-sync": "^2.15.0",
"browserify": "^14.0.0",
"chai": "^3.5.0",
"del": "^2.2.2",
"eslint": "^3.15.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.9.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-eslint": "^3.0.1",
"gulp-mocha": "^3.0.1",
"gulp-nunjucks-render": "^2.0.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.4.1",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"gulp-webdriver": "^2.0.2",
"mocha": "^3.1.0",
"phantomjs": "^2.1.7",
"run-sequence": "^1.2.2",
"selenium-standalone": "^6.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"wdio-mocha-framework": "^0.5.8",
"wdio-spec-reporter": "0.0.5",
"webdriverio": "^4.2.16"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ian Dickinson, Epimorphics Ltd",
"license": "MIT",
"private": true
}