-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
41 lines (41 loc) · 917 Bytes
/
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
{
"name": "sportsfont",
"version": "1.1.1",
"description": "A font that contains a number of sports icons for use in front end development",
"scripts": {
"precommit": "npm test",
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/jamesadevine/sportsfont.git"
},
"keywords": [
"icon",
"sports",
"flat",
"css",
"webfont"
],
"author": {
"name" : "James Devine",
"email": "[email protected]"
},
"contributors": [
{
"name": "Émile Bergeron",
"email": "[email protected]",
"url": "http://www.prismalstudio.com/"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/jamesadevine/sportsfont/issues"
},
"homepage": "https://github.com/jamesadevine/sportsfont",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-sass": "^2.3.2",
"husky": "^0.11.8"
}
}