-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 972 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
{
"name": "font-awesome-list",
"version": "4.7.0",
"description": "Lists the icons provided by FontAwesome",
"homepage": "https://github.com/NotNinja/font-awesome-list",
"bugs": {
"url": "https://github.com/NotNinja/font-awesome-list/issues"
},
"author": {
"name": "Alasdair Mercer",
"email": "[email protected]",
"url": "https://not.ninja"
},
"license": "MIT",
"keywords": [
"font",
"awesome",
"fontawesome",
"list",
"icon"
],
"repository": {
"type": "git",
"url": "https://github.com/NotNinja/font-awesome-list.git"
},
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^4.11.0",
"eslint-config-notninja": "^0.2.3",
"js-yaml": "^3.10.0",
"mocha": "^4.0.1"
},
"main": "src/font-awesome-list.js",
"scripts": {
"build": "node build/compile-data.js",
"pretest": "eslint \"src/**/*.js\" \"test/**/*.js\"",
"test": "mocha -R spec \"test/**/*.spec.js\""
}
}