-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 848 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
{
"name": "fetch-flickr-id",
"version": "0.0.0",
"description": "Simple code to fetch the user ID of a Flickr user, from their Flickr username.",
"main": "fetch.js",
"scripts": {
"start": "webpack-dev-server",
"build": "./node_modules/.bin/webpack -p",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lovelldies/fetch-flickr-id.git"
},
"author": "Nikhil Dev Chunchu",
"license": "ISC",
"bugs": {
"url": "https://github.com/lovelldies/fetch-flickr-id/issues"
},
"homepage": "https://github.com/lovelldies/fetch-flickr-id#readme",
"dependencies": {
"jquery": "^3.2.1"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^6.4.1",
"html-webpack-plugin": "^2.28.0",
"webpack": "^2.4.1"
}
}