forked from kellym/smartquotes.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.05 KB
/
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
36
37
38
39
40
41
42
43
44
{
"name": "smartquotes",
"version": "2.3.2",
"author": "Kelly Martin",
"contributors": [
"Kelly Martin",
"Callum Macrae"
],
"description": "Smart quotes are smart typography.",
"homepage": "http://github.com/kellym/smartquotes.js",
"license": "MIT",
"main": "dist/smartquotes.js",
"keywords": [
"smart",
"quotes",
"browser",
"node.js"
],
"repository": {
"type": "git",
"url": "git://github.com/kellym/smartquotes.js.git"
},
"bugs": {
"url": "https://github.com/kellym/smartquotes.js/issues"
},
"scripts": {
"preversion": "npm test && git commit . -m \"Build release\" || true",
"build": "webpack",
"test": "npm run build && tap test/*.js"
},
"devDependencies": {
"babel-loader": "^7.1.2",
"babel-minify-webpack-plugin": "^0.2.0",
"babel-preset-es2015": "^6.24.1",
"jsdom": "^7.0.0",
"parse5": "^3.0.2",
"tap": "^10.3.0",
"webcomponents.js": "github:webcomponents/webcomponentsjs#v0.7.24",
"webpack": "^3.6.0"
},
"engines": {
"node": ">=4.0.0"
}
}