-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 926 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
{
"name": "npdc-seabird-colony",
"version": "2.0.1",
"description": "NPDC seabird colony database",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "npolar",
"license": "MIT",
"private": true,
"repository": "https://github.com/npolar/npdc-seabird-colony",
"dependencies": {
"leaflet-fullscreen": "^1.0.2",
"npdc-common": "npolar/npdc-common#v4.11.2"
},
"devDependencies": {
"babel-preset-es2015": "^6.3.13",
"gulp": "^3.9.0",
"should": "^7.1.0",
"npdc-gulp": "npolar/npdc-gulp",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"browserify-ngannotate": "^2.0.0",
"partialify": "^3.1.3"
},
"browserify": {
"transform": [
[
"babelify",
{
"presets": [
"es2015"
]
}
],
"partialify",
"browserify-ngannotate"
]
}
}