-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
31 lines (31 loc) · 822 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
{
"name": "locality.nyc",
"version": "1.0.0",
"description": "Exploring the neighborhoods of New York City",
"main": "application.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MusikAnimal/locality.nyc.git"
},
"author": "MusikAnimal",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/MusikAnimal/locality.nyc/issues"
},
"homepage": "http://locality.nyc",
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.14.7",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^5.0.0",
"gulp-load-plugins": "^2.0.7",
"gulp-rev": "^9.0.0",
"gulp-sass": "^4.1.1",
"gulp-uglify-es": "^1.0.4"
}
}