the-noun-project-api
Version:
The Noun Project's v2 API
45 lines (44 loc) • 948 B
JSON
{
"name": "the-noun-project-api",
"version": "1.6.0",
"description": "The Noun Project's v2 API",
"main": "index.js",
"scripts": {
"build": "babel src --out-dir lib",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlbertYang666/the-noun-project-api.git"
},
"keywords": [
"The",
"Noun",
"Project's",
"v2",
"API",
"thenounprojectapi",
"thenounproject"
],
"author": "albert",
"license": "ISC",
"bugs": {
"url": "https://github.com/AlbertYang666/the-noun-project-api/issues"
},
"homepage": "https://github.com/AlbertYang666/the-noun-project-api#readme",
"files": [
"index.js",
"index.d.ts",
"lib/"
],
"dependencies": {
"node-fetch": "^2.7.0",
"oauth": "^0.10.0"
},
"devDependencies": {
"@babel/cli": "^7.25.6",
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"mocha": "^10.7.3"
}
}