forked from ekalinin/typogr.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.13 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
{
"name": "typogr",
"version": "0.6.6",
"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 <e.v.kalinin@gmail.com>",
"contributors": [
{
"name": "Matthew Newton",
"email": "contact@mnewton.com"
},
{
"name": "Brandon Aaron",
"email": "brandon.aaron@gmail.com"
}
],
"scripts": {
"test": "./node_modules/.bin/expresso test/typogr.test.js && ./node_modules/.bin/mocha test/test.cli.js"
},
"bin": {
"typogr": "./bin/typogr"
},
"dependencies": {
"commander": "1.0",
"async": "0.2",
"glob": "3",
"mkdirp": "0.3"
},
"devDependencies": {
"expresso": ">=0.8.1",
"uglify-js": ">=2",
"mocha": ">=0.3",
"should": ">=1.2",
"suppose": ">=0.1",
"rimraf": ">=2"
},
"main": "typogr",
"bugs": {
"web": "https://github.com/ekalinin/typogr.js/issues"
},
"licenses": [ {
"type": "MIT"
}]
}