-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.35 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
{
"name": "multiple-fonts",
"version": "1.1.1",
"description": "Add multiple fonts to text of an element HTML",
"main": "build/multiple-fonts.js",
"scripts": {
"start": "./node_modules/.bin/nodemon --exec ./node_modules/.bin/babel-node ./src/multiple-fonts.js",
"test": "./node_modules/.bin/mocha --require @babel/register",
"build": "./node_modules/.bin/babel ./src/ -d ./build/",
"lint": "./node_modules/.bin/eslint ./src"
},
"keywords": [
"multiple",
"fonts",
"title",
"change",
"font"
],
"author": "Mauricio Martínez",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/node": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@babel/register": "^7.4.4",
"chai": "^4.2.0",
"chai-dom": "^1.8.1",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.18.0",
"jsdom": "15.1.1",
"jsdom-global": "3.0.2",
"mocha": "^6.1.4",
"mocha-jsdom": "^2.0.0",
"nodemon": "^1.19.1"
},
"directories": {
"test": "test"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/moudev/multiple-fonts.git"
},
"bugs": {
"url": "https://github.com/moudev/multiple-fonts/issues"
},
"homepage": "https://github.com/moudev/multiple-fonts#readme"
}