Skip to content

Commit 51ac313

Browse files
author
Louis Cheung
committed
Update metadata with new project name and trim dependencies
1 parent 8c86b95 commit 51ac313

File tree

1 file changed

+9
-15
lines changed

1 file changed

+9
-15
lines changed

package.json

+9-15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "swagger-express",
2+
"name": "jsdoc-express-with-swagger",
33
"version": "1.0.0",
44
"description": "Document your Express REST API with Swagger.",
55
"main": "index.js",
@@ -8,33 +8,27 @@
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/devlouisc/swagger-express.git"
11+
"url": "https://github.com/devlouisc/jsdoc-express-with-swagger.git"
1212
},
1313
"keywords": [
14-
"swagger",
15-
"express",
14+
"jsdoc",
1615
"restful",
1716
"api",
18-
"jsdoc",
19-
"yaml",
20-
"coffee-script"
17+
"express",
18+
"swagger"
2119
],
2220
"author": "devlouisc",
2321
"license": "MIT",
2422
"bugs": {
25-
"url": "https://github.com/devlouisc/swagger-express/issues"
23+
"url": "https://github.com/devlouisc/jsdoc-express-with-swagger/issues"
2624
},
27-
"homepage": "https://github.com/devlouisc/swagger-express#readme",
25+
"homepage": "https://github.com/devlouisc/jsdoc-express-with-swagger#readme",
2826
"dependencies": {
29-
"async": "^1.2.0",
30-
"coffee-script": "^1.9.3",
3127
"doctrine": "^0.6.4",
32-
"js-yaml": "^3.3.1",
33-
"underscore": "^1.8.3"
28+
"js-yaml": "^3.3.1"
3429
},
3530
"devDependencies": {
3631
"eslint": "^0.22.1",
37-
"express": "^4.12.4",
38-
"jade": "^1.10.0"
32+
"express": "^4.12.4"
3933
}
4034
}

0 commit comments

Comments
 (0)