forked from kennethormandy/big-ideas-text
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.18 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "big-ideas-text",
"title": "Big Ideas Text",
"version": "0.4.1",
"description": "Dynamically scale lines of text within a container.",
"homepage": "https://github.com/kennethormandy/big-ideas-text",
"repository": "git://github.com/kennethormandy/big-ideas-text.git",
"bugs": "https://github.com/kennethormandy/big-ideas-text/issues",
"license": "MIT",
"main": "dist/big-ideas-text.js",
"keywords": [
"typography",
"type"
],
"files": [
"dist",
"README.md",
"LICENSE.md",
"package.json"
],
"ignore": [
"test",
"demo",
"assets"
],
"author": {
"name": "Kenneth Ormandy",
"email": "[email protected]",
"twitter": "kennethormandy",
"github": "kennethormandy",
"url": "http://kennethormandy.com"
},
"contributors": [
"Zach Leatherman <[email protected]> (http://zachleat.com)",
"Jordan Sitkin",
"Francisco Giordano",
"Igor Ribeio Lima <[email protected]>",
"bcaller",
"James Young <[email protected]> (http://jamsyoung.com)",
"Phil Freo <[email protected]> (http://philfreo.com)",
"Kenneth Ormandy <[email protected]> (http://kennethormandy.com)"
],
"scripts": {
"start": "grunt",
"test": "grunt test",
"lint": "grunt lint",
"sauce": "grunt sauce"
},
"dependencies": {},
"devDependencies": {
"bytesize": "~0.2.0",
"glob": "~3.2.9",
"grunt": "~0.4.4",
"grunt-banner": "~0.2.2",
"grunt-bytesize": "~0.1.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-connect": "0.11.2",
"grunt-contrib-csslint": "~0.2.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-qunit": "~0.4.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-gh-pages": "~0.9.1",
"grunt-lintspaces": "~0.7.0",
"grunt-mkdir": "~0.1.1",
"grunt-replace": "~0.7.6",
"grunt-saucelabs": "8.6.1",
"jquery": "2.1.4",
"load-grunt-tasks": "~0.4.0",
"matchdep": "~0.3.0",
"qunitjs": "1.19.0"
},
"engines": {
"node": ">=0.10.0",
"npm": ">=1.2.10"
},
"config": {
"grunt": "grunt",
"src": "src",
"dist": "dist",
"test": "test",
"demo": "demo"
}
}