-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
127 lines (127 loc) · 3.41 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"name": "NYPH-app",
"id": "uk.ac.ceh.nyph",
"title": "NYPH",
"description": "New Year Plant Hunt mobile application.",
"version": "1.0.0",
"build": "3",
"homepage": "https://bsbi.org.uk",
"author": {
"name": "Karolis Kazlauskis",
"email": "[email protected]",
"url": "http://brc.ac.uk"
},
"repository": {
"type": "git",
"url": "https://github.com/NERC-CEH/NYPH-app"
},
"bugs": {
"url": "https://github.com/NERC-CEH/NYPH-app/issues"
},
"licenses": [
{
"type": "GNU GPL v3",
"url": "http://www.gnu.org/licenses/gpl.html"
}
],
"scripts": {
"test": "grunt"
},
"dependencies": {
"autoprefixer": "^6.3.6",
"babel-core": "^6.13.2",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.13.2",
"backbone": "^1.3.3",
"backbone.localstorage": "^1.1.16",
"backbone.marionette": "3.0.0",
"backbone.radio": "^2.0.0",
"bower": "^1.7.9",
"circular-dependency-plugin": "^2.0.0",
"core-js": "^2.4.1",
"css-loader": "^0.25.0",
"dotenv": "^2.0.0",
"es6-promise": "^4.0.5",
"eslint-import-resolver-webpack": "^0.6.0",
"extract-text-webpack-plugin": "^1.0.1",
"fastclick": "^1.0.3",
"file-loader": "^0.9.0",
"grunt": "^1.0.1",
"grunt-bower-task": "^0.4.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jst": "^1.0.0",
"grunt-exec": "^1.0.0",
"grunt-prompt": "^1.3.3",
"grunt-text-replace": "^0.4.0",
"grunt-webpack": "^1.0.14",
"hammerjs": "github:hammerjs/hammer.js",
"html-webpack-plugin": "^2.22.0",
"indexeddbshim": "^2.2.1",
"jquery": "^3.1.0",
"jquery-touchswipe": "^1.6.15",
"json-loader": "^0.5.4",
"geodesy": "^1.1.1",
"leaflet": "^0.7.7",
"leaflet.gridref": "github:japonicus/Leaflet.GridRef",
"load-grunt-config": "^0.19.2",
"load-grunt-tasks": "^3.5.2",
"lodash": "3.6.0",
"morel": "Indicia-Team/morel#develop",
"node-sass": "^3.8.0",
"os-leaflet": "0.2.1",
"photoswipe": "^4.1.1",
"postcss-loader": "^0.13.0",
"proj4": "^2.3.15",
"proj4leaflet": "github:kartena/Proj4Leaflet",
"ratchet": "github:twbs/ratchet",
"sass-loader": "^4.0.0",
"style-loader": "^0.13.1",
"time-grunt": "^1.4.0",
"typeahead.js": "git+https://github.com/twitter/typeahead.js.git",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.14.1",
"webpack-merge": "^0.14.1"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^3.5.0",
"eslint-config-airbnb": "^11.1.0",
"eslint-import-resolver-webpack": "^0.6.0",
"eslint-plugin-import": "^1.13.0",
"eslint-plugin-jsx-a11y": "^2.1.0",
"eslint-plugin-react": "^6.1.2",
"express": "^4.14.0",
"grunt-karma": "^2.0.0",
"karma": "^1.2.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-mocha": "^1.1.1",
"karma-mocha-reporter": "^2.1.0",
"karma-phantomjs-launcher": "^1.0.1",
"karma-safari-launcher": "^1.0.0",
"karma-sauce-launcher": "^1.0.0",
"karma-sinon": "^1.0.5",
"karma-webpack": "^1.8.0",
"lodash": "^4.15.0",
"mocha": "^3.0.2",
"phantomjs-prebuilt": "^2.1.12",
"sinon": "^1.17.5"
},
"keywords": [
"New",
"Year",
"Plant",
"Hunt",
"biological",
"recording",
"mobile",
"app",
"offline",
"bsbi",
"brc",
"ceh"
]
}