-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1006 Bytes
/
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
{
"name": "npdc-sighting",
"version": "1.0.2",
"description": "NPDC marine mammal sighting",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "npolar",
"license": "MIT",
"private": true,
"repository": "https://github.com/npolar/npdc-station-booking",
"dependencies": {
"angular-smart-table": "^2.1.5",
"leaflet": "^1.0.3",
"leaflet-draw": "^0.2.4",
"npdc-common": "npolar/npdc-common#v4.11.3",
"xlsx": "git+https://github.com/SheetJS/js-xlsx.git"
},
"devDependencies": {
"babel-preset-es2015": "^6.3.13",
"gulp": "^3.9.0",
"npdc-gulp": "npolar/npdc-gulp",
"babelify": "^7.2.0",
"browserify": "^13",
"browserify-ngannotate": "^2.0.0",
"partialify": "^3.1.3"
},
"browserify": {
"transform": [
[
"babelify",
{
"presets": [
"es2015"
]
}
],
"partialify",
"browserify-ngannotate"
]
}
}