-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
71 lines (71 loc) · 2.02 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
{
"name": "font-awesome-icon-chars",
"version": "2.6.0",
"description": "The list of Font Awesome icon unicode characters in several file format",
"main": "./dist/index.js",
"files": [
"character-list",
"dist"
],
"typings": "./dist/index.d.ts",
"scripts": {
"prebuild:node": "gulp generate",
"build:node": "tsc",
"build:assets": "gulp build",
"build": "run-p build:*",
"lint": "tslint -p .",
"pretest": "npm run build && gulp countTest",
"test": "npm run lint && ts-mocha test/*.test.ts",
"prepublishOnly": "npm run build:node"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gluons/Font-Awesome-Icon-Chars.git"
},
"keywords": [
"font-awesome",
"font awesome"
],
"author": "Saran Tanpituckpong <sarunta@gmail>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gluons/Font-Awesome-Icon-Chars/issues"
},
"homepage": "https://github.com/gluons/Font-Awesome-Icon-Chars",
"devDependencies": {
"@fortawesome/fontawesome-common-types": "^0.2.30",
"@fortawesome/free-brands-svg-icons": "^5.14.0",
"@fortawesome/free-regular-svg-icons": "^5.14.0",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@iarna/toml": "^2.2.5",
"@types/chai": "^4.2.11",
"@types/chai-things": "^0.0.38",
"@types/cson": "^0.0.31",
"@types/gulp": "^4.0.6",
"@types/js-yaml": "^3.12.5",
"@types/lodash": "^4.14.157",
"@types/mocha": "^8.0.0",
"@types/node": "10",
"@types/vinyl": "^2.0.4",
"@types/xml2js": "^0.4.5",
"chai": "4.5.0",
"chai-things": "^0.2.0",
"cson": "^7.15.0",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-json2cson": "^2.0.0",
"gulp-plumber": "^1.1.0",
"js-yaml": "^3.14.0",
"lodash": "^4.17.15",
"mocha": "8.4.0",
"npm-run-all": "^4.1.3",
"ts-mocha": "^8.0.0",
"ts-node": "^9.0.0",
"tslint": "^6.1.2",
"tslint-config-gluons": "^2.2.0",
"typescript": "^4.0.0",
"vinyl": "^2.1.0",
"xml2js": "^0.6.0",
"xmlbuilder": "^15.1.1"
}
}