-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
69 lines (69 loc) · 1.86 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
{
"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",
"bluebird": "^3.5.0",
"bootstrap-sass": "^3.3.7",
"dygraphs": "^2.0.0",
"font-awesome": "4.7.0",
"jquery": "^3.2.1",
"jsdom": "^9.12.0",
"leaflet": "^1.0.3",
"leaflet.markercluster": "^1.0.4",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"query-string": "^4.3.2",
"superagent-bluebird-promise": "^4.2.0",
"superagent": "3.5.2",
"typeahead": "^0.2.2"
},
"devDependencies": {
"babel-core": "6.24.0",
"babel-polyfill": "6.23.0",
"babel-preset-es2015": "^6.24.0",
"babel-register": "^6.24.0",
"babelify": "^7.3.0",
"browser-sync": "^2.18.8",
"browserify": "^14.3.0",
"chai": "^3.5.0",
"del": "^2.2.2",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "6.10.3",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-eslint": "^3.0.1",
"gulp-mocha": "4.3.0",
"gulp-nunjucks-render": "^2.2.1",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.5.1",
"gulp-uglify": "^2.1.2",
"gulp-util": "^3.0.8",
"gulp-webdriver": "^2.0.3",
"mocha": "^3.2.0",
"phantomjs-prebuilt": "^2.1.14",
"run-sequence": "^1.2.2",
"selenium-standalone": "^6.1.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"wdio-mocha-framework": "^0.5.9",
"wdio-spec-reporter": "0.1.0",
"webdriverio": "^4.6.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ian Dickinson, Epimorphics Ltd",
"license": "MIT",
"private": true,
"babel": {
"presets": [
"es2015"
]
}
}