-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 792 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 792 Bytes
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
{
"name": "bring-postal-code",
"description": "Look up cities by postal code through Bring's Postal Code API.",
"version": "0.1.0",
"author": "Anders Døsen",
"repository": {
"type": "git",
"url": "https://github.com/andersdosen/bring-postal-code.git"
},
"bugs": {
"url": "https://github.com/andersdosen/bring-postal-code/issues"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.0",
"gulp": "^3.8.10",
"gulp-babel": "^7.0.0",
"gulp-concat": "^2.6.0",
"gulp-debug": "^2.0.1",
"gulp-eslint": "^4.0.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-uglify": "^3.0.0",
"gulp-watch": "^4.2.4",
"uglify-save-license": "^0.4.1"
},
"license": "MIT"
}