-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
56 lines (56 loc) · 1.14 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
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "typogr",
"version": "0.6.8",
"description": "Typography utils",
"keywords": [
"typography",
"typogrify",
"typogr",
"hyphenation",
"quotes",
"dashes",
"ampersands",
"prettify"
],
"homepage": "https://github.com/ekalinin/typogr.js",
"repository": "git://github.com/ekalinin/typogr.js.git",
"author": "Eugene Kalinin <[email protected]>",
"contributors": [
{
"name": "Matthew Newton",
"email": "[email protected]"
},
{
"name": "Brandon Aaron",
"email": "[email protected]"
}
],
"scripts": {
"test": "./node_modules/.bin/mocha test/typogr.test.js && ./node_modules/.bin/mocha test/test.cli.js"
},
"bin": {
"typogr": "./bin/typogr"
},
"dependencies": {
"async": "0.2",
"commander": "1.0",
"glob": "^7.1.2",
"mkdirp": "0.3"
},
"devDependencies": {
"uglify-js": ">=2",
"mocha": ">=3.4.2",
"should": ">=1.2",
"suppose": ">=0.1",
"rimraf": ">=2"
},
"main": "typogr",
"bugs": {
"web": "https://github.com/ekalinin/typogr.js/issues"
},
"licenses": [
{
"type": "MIT"
}
]
}