forked from lihnick/davy-jones-locker
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 878 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
{
"name": "atlas",
"version": "1.0.0",
"description": "Map and GIS tools for Project F.I.S.H.",
"main": "atlas.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/illinoistechesi/atlas.git"
},
"author": "Vinesh Kannan",
"license": "ISC",
"bugs": {
"url": "https://github.com/illinoistechesi/atlas/issues"
},
"homepage": "https://github.com/illinoistechesi/atlas#readme",
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"babelify": "^7.3.0",
"browserify": "^14.4.0",
"gulp": "^3.9.1",
"gulp-livereload": "^3.8.1",
"gulp-sourcemaps": "^2.6.0",
"gulp-uglify": "^3.0.0",
"merge-stream": "^1.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"npm": "^6.0.0"
}
}