-
Notifications
You must be signed in to change notification settings - Fork 257
/
package.json
62 lines (62 loc) · 1.54 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
57
58
59
60
61
62
{
"name": "bigtext",
"title": "BigText",
"version": "1.0.1",
"main": "./dist/bigtext.js",
"description": "Calculates the font-size and word-spacing needed to match a line of text to a specific width. (jQuery plugin)",
"keywords": [
"grunt",
"typography"
],
"homepage": "https://github.com/zachleat/bigtext",
"bugs": "https://github.com/zachleat/bigtext/issues",
"author": {
"name": "Zach Leatherman",
"email": "[email protected]",
"twitter": "zachleat",
"github": "zachleat",
"url": "http://zachleat.com"
},
"repository": {
"type": "git",
"url": "git://github.com/zachleat/bigtext.git"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {},
"devDependencies": {
"bower": "^1.8.0",
"bytesize": "~0.2.0",
"glob": "~7.1.2",
"grunt": "~1.0.1",
"grunt-banner": "~0.6.0",
"grunt-bytesize": "~0.2.0",
"grunt-contrib-clean": "~1.1.0",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-csslint": "~2.0.0",
"grunt-contrib-jshint": "~1.1.0",
"grunt-contrib-qunit": "~2.0.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-gh-pages": "~2.0.0",
"grunt-lintspaces": "~0.8.1",
"grunt-mkdir": "~1.0.0",
"grunt-replace": "~1.0.1",
"load-grunt-tasks": "~3.5.2",
"matchdep": "~1.0.0"
},
"peerDependencies": {},
"engines": {
"node": ">= 4",
"npm": ">=1.2.10"
},
"license": "MIT",
"config": {
"grunt": "grunt",
"src": "src",
"dist": "dist",
"test": "test",
"demo": "demo",
"bower": "bower_components"
}
}