-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 843 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
32
33
34
35
{
"name": "express-smartquotes",
"version": "1.0.0",
"description": "Express middleware to empower smart people to use smart quotes.",
"main": "index.js",
"scripts": {
"test": "tap test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kellym/express-smartquotes.git"
},
"keywords": [
"express",
"middleware",
"smart",
"quotes"
],
"author": "Kelly Martin <kellymartinv@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kellym/express-smartquotes/issues"
},
"homepage": "https://github.com/kellym/express-smartquotes#readme",
"dependencies": {
"express-interceptor": "^1.2.0",
"parse5": "^3.0.2",
"smartquotes": "^2.1.0"
},
"devDependencies": {
"express": "^4.15.3",
"supertest": "^3.0.0",
"tap": "^10.3.2"
}
}